NativeMethodsdnn_blobFromImages Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static IntPtr dnn_blobFromImages( IntPtr[] images, int imagesLength, double scalefactor, Size size, Scalar mean, int swapRB, int crop )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] 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 ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static IntPtr dnn_blobFromImages( array<IntPtr>^ images, int imagesLength, double scalefactor, Size size, Scalar mean, int swapRB, int crop )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member dnn_blobFromImages : images : IntPtr[] * imagesLength : int * scalefactor : float * size : Size * mean : Scalar * swapRB : int * crop : int -> IntPtr
OpenCvSharp.NativeMethods.dnn_blobFromImages = function(images, imagesLength, scalefactor, size, mean, swapRB, crop);