Calculating difference between histograms
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Renjith V Ravi
am 13 Feb. 2017
Kommentiert: Renjith V Ravi
am 13 Feb. 2017
Can I use the command
Z = imabsdiff(X,Y)
for calculating the difference between histograms of two images.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 13 Feb. 2017
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!