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: OpenCvSharpCvHistogram
first histogram (the divisor). - hist2
- Type: OpenCvSharpCvHistogram
second histogram. - dstHist
- Type: OpenCvSharpCvHistogram
destination histogram. - scale
- Type: SystemDouble
scale factor for the destination histogram.
See Also