I want to find earth mover's distance for two histograms.How do I do that?

조회 수: 18 (최근 30일)
Prachi Sharma
Prachi Sharma 2016년 12월 19일
댓글: Ernest Woei 2017년 4월 22일
I have two images and I have find out the rgb channel of both the images.Now I need to find out the earth mover's distance between red,green and blue channels for both the images consecutively.How do I do that?

답변 (1개)

José-Luis
José-Luis 2016년 12월 19일
  댓글 수: 8
Prachi Sharma
Prachi Sharma 2016년 12월 21일
1blue2pink-it is the original image perfblueup-is the upper part take out from the image perfpinkright-is the right part taken out from the image mid-is the intersection of the two color pens screenshot-shows vertically-histograms of rgb channels of blue cropped part,then histograms of rgb channels of pink cropped part then lastly histograms of rgb channels of mid(intersection of two pens).
Ernest Woei
Ernest Woei 2017년 4월 22일
If I recall correctly, for this particular function,
F1 is a vector referring to locations, while W1 refers to the weights at each location. For example, suppose locations are in 3D and we have 3 points,
F1 = [1 2 3;
10 11 12;
20 20 20]
W1 = [1/4;
1/2;
1/4]
which means point (1, 2, 3) has 1/4 weight, (10, 11, 12) has 1/2 weight, and (20, 20, 20) has 1/4 weight.
In your case for images. For example, image 1, channel R. Using R's histogram where this histogram has bins, and each bin has an associated center, then you have the necessary pieces for F1 and W1.
Finally FUNC is a reference function that helps you compute distances between say 3D points or bin centers.

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

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by