NativeMethodsdnn_blobFromImages Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus dnn_blobFromImages( IntPtr[] images, int imagesLength, double scalefactor, Size size, Scalar mean, int swapRB, int crop, out IntPtr returnValue )
Public Shared Function dnn_blobFromImages ( images As IntPtr(), imagesLength As Integer, 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_blobFromImages( array<IntPtr>^ images, int imagesLength, double scalefactor, Size size, Scalar mean, int swapRB, int crop, [OutAttribute] IntPtr% returnValue )
static member dnn_blobFromImages : images : IntPtr[] * imagesLength : int * scalefactor : float * size : Size * mean : Scalar * swapRB : int * crop : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="images"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="imagesLength"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="scalefactor"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="size"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="mean"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="swapRB"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="crop"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]