NativeMethodsimgproc_threshold Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_threshold( IntPtr src, IntPtr dst, double thresh, double maxval, int type, out double returnValue )
Public Shared Function imgproc_threshold ( src As IntPtr, dst As IntPtr, thresh As Double, maxval As Double, type As Integer, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_threshold( IntPtr src, IntPtr dst, double thresh, double maxval, int type, [OutAttribute] double% returnValue )
static member imgproc_threshold : src : IntPtr * dst : IntPtr * thresh : float * maxval : float * type : int * returnValue : float byref -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]
[Missing <param name="thresh"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]
[Missing <param name="maxval"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]
[Missing <param name="type"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_threshold(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double@)"]