Locates a template within image by histogram comparison
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void CalcBackProjectPatch( IplImage[] image, CvArr dst, CvSize patchSize, CvHistogram hist, HistogramComparison method )
Parameters
- image
- Type: OpenCvSharpIplImage
Source images (though you may pass CvMat** as well), all are of the same size and type - dst
- Type: OpenCvSharpCvArr
Destination image. - patchSize
- Type: OpenCvSharpCvSize
Size of patch slid though the source images. - hist
- Type: OpenCvSharpCvHistogram
Histogram. - method
- Type: OpenCvSharpHistogramComparison
Compasion method, passed to cvCompareHist (see description of that function).
Return Value
Type:See Also