Click or drag to resize
CudaTemplateMatching Constructor
http://www.emgu.com
Create a Cuda template matching filter

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

Parameters

depthType
Type: Emgu.CV.CvEnumDepthType

[Missing <param name="depthType"/> documentation for "M:Emgu.CV.Cuda.CudaTemplateMatching.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,Emgu.CV.CvEnum.TemplateMatchingType,System.Drawing.Size)"]

channels
Type: SystemInt32

[Missing <param name="channels"/> documentation for "M:Emgu.CV.Cuda.CudaTemplateMatching.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,Emgu.CV.CvEnum.TemplateMatchingType,System.Drawing.Size)"]

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