Please can anyone help me get the AMBE function (absolute mean brightness error) ?

1 回表示 (過去 30 日間)
Ilhame
Ilhame 2016 年 7 月 20 日
回答済み: pranay yadav 2018 年 4 月 24 日
AMBE

回答 (1 件)

pranay yadav
pranay yadav 2018 年 4 月 24 日
function d = brightnessdiff(I1, I2) d = rgb2gray(I1) - rgb2gray(I2);

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by