Please can anyone help me get the AMBE function (absolute mean brightness error) ?
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (1 件)
pranay yadav
2018 年 4 月 24 日
function d = brightnessdiff(I1, I2) d = rgb2gray(I1) - rgb2gray(I2);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!