Please can anyone help me get the AMBE function (absolute mean brightness error) ?
Afficher commentaires plus anciens
Réponses (1)
pranay yadav
le 24 Avr 2018
0 votes
function d = brightnessdiff(I1, I2) d = rgb2gray(I1) - rgb2gray(I2);
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!