필터 지우기
필터 지우기

Calculating difference between histograms

조회 수: 6 (최근 30일)
Renjith V Ravi
Renjith V Ravi 2017년 2월 13일
댓글: Renjith V Ravi 2017년 2월 13일
Can I use the command
Z = imabsdiff(X,Y)
for calculating the difference between histograms of two images.

채택된 답변

Image Analyst
Image Analyst 2017년 2월 13일
Z = imabsdiff(X,Y) subtracts each element in array Y from the corresponding element in array X and returns the absolute difference in the corresponding element of the output array Z. If you passed two count arrays (histograms) in for X and Y, it would give the absolute value of the count differences, but what does that mean? Probably not what you hope it might. What are you trying to accomplish?
  댓글 수: 2
Renjith V Ravi
Renjith V Ravi 2017년 2월 13일
I have posted it as another question

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by