NativeMethodsimgproc_HoughLinesPointSet Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_HoughLinesPointSet( IntPtr point, IntPtr lines, int linesMax, int threshold, double minRho, double maxRho, double rhoStep, double minTheta, double maxTheta, double thetaStep )
Public Shared Function imgproc_HoughLinesPointSet ( point As IntPtr, lines As IntPtr, linesMax As Integer, threshold As Integer, minRho As Double, maxRho As Double, rhoStep As Double, minTheta As Double, maxTheta As Double, thetaStep As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_HoughLinesPointSet( IntPtr point, IntPtr lines, int linesMax, int threshold, double minRho, double maxRho, double rhoStep, double minTheta, double maxTheta, double thetaStep )
static member imgproc_HoughLinesPointSet : point : IntPtr * lines : IntPtr * linesMax : int * threshold : int * minRho : float * maxRho : float * rhoStep : float * minTheta : float * maxTheta : float * thetaStep : float -> ExceptionStatus
[Missing <param name="point"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="lines"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="linesMax"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="minRho"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="maxRho"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="rhoStep"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="minTheta"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="maxTheta"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <param name="thetaStep"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLinesPointSet(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]