NativeMethodsimgproc_HoughCircles Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_HoughCircles( IntPtr src, IntPtr circles, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius )
Public Shared Function imgproc_HoughCircles ( src As IntPtr, circles As IntPtr, method As Integer, dp As Double, minDist As Double, param1 As Double, param2 As Double, minRadius As Integer, maxRadius As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_HoughCircles( IntPtr src, IntPtr circles, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius )
static member imgproc_HoughCircles : src : IntPtr * circles : IntPtr * method : int * dp : float * minDist : float * param1 : float * param2 : float * minRadius : int * maxRadius : int -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="circles"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="dp"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="minDist"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="param1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="param2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="minRadius"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="maxRadius"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]