[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
public static void imgproc_adaptiveThreshold( IntPtr src, IntPtr dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double c )
Parameters
- src
- Type: SystemIntPtr
[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
- dst
- Type: SystemIntPtr
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
- maxValue
- Type: SystemDouble
[Missing <param name="maxValue"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
- adaptiveMethod
- Type: SystemInt32
[Missing <param name="adaptiveMethod"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
- thresholdType
- Type: SystemInt32
[Missing <param name="thresholdType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
- blockSize
- Type: SystemInt32
[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]
- c
- Type: SystemDouble
[Missing <param name="c"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_adaptiveThreshold(System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Double)"]