Click or drag to resize

NativeMethodsimgproc_GeneralizedHough_setTemplate1 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GeneralizedHough_setTemplate1(System.IntPtr,System.IntPtr,OpenCvSharp.Point)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_GeneralizedHough_setTemplate1(
	IntPtr obj,
	IntPtr templ,
	Point templCenter
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GeneralizedHough_setTemplate1(System.IntPtr,System.IntPtr,OpenCvSharp.Point)"]

templ
Type: SystemIntPtr

[Missing <param name="templ"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GeneralizedHough_setTemplate1(System.IntPtr,System.IntPtr,OpenCvSharp.Point)"]

templCenter
Type: OpenCvSharpPoint

[Missing <param name="templCenter"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GeneralizedHough_setTemplate1(System.IntPtr,System.IntPtr,OpenCvSharp.Point)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GeneralizedHough_setTemplate1(System.IntPtr,System.IntPtr,OpenCvSharp.Point)"]

See Also