Click or drag to resize

NativeMethodsimgproc_GeneralizedHough_setMinDist Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_GeneralizedHough_setMinDist(
	IntPtr obj,
	double val
)

Parameters

obj
Type: SystemIntPtr

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

val
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also