CvHistogramCalcBackProjectPatch Method (CvArr, CvArr, CvSize, HistogramComparison) OpenCvSharp Class Library
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 void CalcBackProjectPatch(
	CvArr[] image,
	CvArr dst,
	CvSize patchSize,
	HistogramComparison method
)

Parameters

image
Type: OpenCvSharpCvArr
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.
method
Type: OpenCvSharpHistogramComparison
Compasion method, passed to cvCompareHist (see description of that function).

Return Value

Type: 
See Also

Reference