[This is preliminary documentation and is subject to change.]
calculates the object probability density from the two histograms as:
dist_hist(I)=0, if hist1(I)==0;
dist_hist(I)=scale, if hist1(I)!=0 && hist2(I)>hist1(I);
dist_hist(I)=hist2(I)*scale/hist1(I), if hist1(I)!=0 && hist2(I)<=hist1(I)
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |