Click or drag to resize

NativeMethodsimgproc_GeneralizedHough_setTemplate2 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_setTemplate2(
	IntPtr obj,
	IntPtr edges,
	IntPtr dx,
	IntPtr dy,
	Point templCenter
)

Parameters

obj
Type: SystemIntPtr
edges
Type: SystemIntPtr
dx
Type: SystemIntPtr
dy
Type: SystemIntPtr
templCenter
Type: OpenCvSharpPoint
See Also