CvHistogramCalcProbDensity Method (CvHistogram, CvHistogram, CvHistogram) OpenCvSharp Class Library
Divides one histogram by another.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void CalcProbDensity(
	CvHistogram hist1,
	CvHistogram hist2,
	CvHistogram dstHist
)

Parameters

hist1
Type: OpenCvSharpCvHistogram
first histogram (the divisor).
hist2
Type: OpenCvSharpCvHistogram
second histogram.
dstHist
Type: OpenCvSharpCvHistogram
destination histogram.
See Also

Reference