CudaTemplateMatching Constructor |
http://www.emgu.com
Create a Cuda template matching filter
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic CudaTemplateMatching(
DepthType depthType,
int channels,
TemplateMatchingType method,
Size blockSize = null
)
Public Sub New (
depthType As DepthType,
channels As Integer,
method As TemplateMatchingType,
Optional blockSize As Size = Nothing
)
public:
CudaTemplateMatching(
DepthType depthType,
int channels,
TemplateMatchingType method,
Size blockSize = nullptr
)
new :
depthType : DepthType *
channels : int *
method : TemplateMatchingType *
?blockSize : Size
(* Defaults:
let _blockSize = defaultArg blockSize null
*)
-> CudaTemplateMatching
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