Please can anyone help me get the AMBE function (absolute mean brightness error) ?
Show older comments
Answers (1)
pranay yadav
on 24 Apr 2018
0 votes
function d = brightnessdiff(I1, I2) d = rgb2gray(I1) - rgb2gray(I2);
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!