同じ画像でも輝度が変わる
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
画像の輝度を求めるコードを実行するとき、同じ画像でも輝度の計算結果が異なるのはなぜですか。
10 commentaires
Kojiro Saito
le 25 Déc 2023
imreadの実行結果のことです。上記コードの
mydata{k} = imread(jpegFiles(k).name);
isequal(mydata_folder{1}, mydata_file{1})
Réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!