Click or drag to resize

NativeMethodsimgproc_GeneralizedHough_detect1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_GeneralizedHough_detect1(
	IntPtr obj,
	IntPtr image,
	IntPtr positions,
	IntPtr votes
)

Parameters

obj
Type: SystemIntPtr

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

image
Type: SystemIntPtr

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

positions
Type: SystemIntPtr

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

votes
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also