NativeMethodsdnn_blobFromImage Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus dnn_blobFromImage( IntPtr image, double scalefactor, Size size, Scalar mean, int swapRB, int crop, out IntPtr returnValue )
Public Shared Function dnn_blobFromImage ( image As IntPtr, scalefactor As Double, size As Size, mean As Scalar, swapRB As Integer, crop As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus dnn_blobFromImage( IntPtr image, double scalefactor, Size size, Scalar mean, int swapRB, int crop, [OutAttribute] IntPtr% returnValue )
static member dnn_blobFromImage : image : IntPtr * scalefactor : float * size : Size * mean : Scalar * swapRB : int * crop : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="scalefactor"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="size"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="mean"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="swapRB"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="crop"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImage(System.IntPtr,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]