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

1 次查看(过去 30 天)
AMBE

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by