Click or drag to resize

CudaTemplateMatching Constructor

http://www.emgu.com
Create a Cuda template matching filter

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CudaTemplateMatching(
	DepthType depthType,
	int channels,
	TemplateMatchingType method,
	Size blockSize = null
)

Parameters

depthType
Type: Emgu.CV.CvEnumDepthType
The depth type of the image that will be used in the template matching
channels
Type: SystemInt32
The number of channels of the image that will be used in the template matching
method
Type: Emgu.CV.CvEnumTemplateMatchingType
Specifies the way the template must be compared with image regions
blockSize (Optional)
Type: System.DrawingSize
The block size
See Also