Click or drag to resize

NativeMethodsimgproc_GeneralizedHough_setTemplate1 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_GeneralizedHough_setTemplate1(
	IntPtr obj,
	IntPtr templ,
	Point templCenter
)

Parameters

obj
Type: SystemIntPtr
templ
Type: SystemIntPtr
templCenter
Type: OpenCvSharpPoint
See Also