同じ画像でも輝度が変わる
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
画像の輝度を求めるコードを実行するとき、同じ画像でも輝度の計算結果が異なるのはなぜですか。
10 Kommentare
Kojiro Saito
am 25 Dez. 2023
imreadの実行結果のことです。上記コードの
mydata{k} = imread(jpegFiles(k).name);
isequal(mydata_folder{1}, mydata_file{1})
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!