CvHistogram. CalcProbDensity Method (CvHistogram, CvHistogram, CvHistogram, Double) 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,
	double scale
)

Parameters

hist1
Type: OpenCvSharp.CvHistogram
first histogram (the divisor).
hist2
Type: OpenCvSharp.CvHistogram
second histogram.
dstHist
Type: OpenCvSharp.CvHistogram
destination histogram.
scale
Type: System.Double
scale factor for the destination histogram.
See Also

Reference