Calculates back projection
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void CalcBackProject( IplImage[] image, CvArr backProject, CvHistogram hist )
Parameters
- image
- Type: OpenCvSharpIplImage
Source images (though you may pass CvMat** as well), all are of the same size and type - backProject
- Type: OpenCvSharpCvArr
Destination back projection image of the same type as the source images. - hist
- Type: OpenCvSharpCvHistogram
Histogram.
Return Value
Type:See Also