NativeMethodsimgproc_adaptiveThreshold Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_adaptiveThreshold( IntPtr src, IntPtr dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double c )
Public Shared Function imgproc_adaptiveThreshold ( src As IntPtr, dst As IntPtr, maxValue As Double, adaptiveMethod As Integer, thresholdType As Integer, blockSize As Integer, c As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_adaptiveThreshold( IntPtr src, IntPtr dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double c )
static member imgproc_adaptiveThreshold : src : IntPtr * dst : IntPtr * maxValue : float * adaptiveMethod : int * thresholdType : int * blockSize : int * c : float -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
[Missing <param name="maxValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
[Missing <param name="adaptiveMethod"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
[Missing <param name="thresholdType"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
[Missing <param name="c"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]