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

Antworten (1)

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

Kategorien

Mehr zu Programming finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 20 Jul. 2016

Beantwortet:

am 24 Apr. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by