Clear Filters
Clear Filters

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

2 views (last 30 days)
AMBE

Answers (1)

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

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!