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