필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Ilhame
Ilhame 2016년 7월 20일
답변: pranay yadav 2018년 4월 24일
AMBE

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by