NativeMethodsimgcodecs_imencode_vector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static int imgcodecs_imencode_vector( string ext, IntPtr img, IntPtr buf, int[] params, int paramsLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function imgcodecs_imencode_vector ( ext As String, img As IntPtr, buf As IntPtr, params As Integer(), paramsLength As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static int imgcodecs_imencode_vector( String^ ext, IntPtr img, IntPtr buf, [InAttribute] array<int>^ params, int paramsLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member imgcodecs_imencode_vector : ext : string * img : IntPtr * buf : IntPtr * params : int[] * paramsLength : int -> int
OpenCvSharp.NativeMethods.imgcodecs_imencode_vector = function(ext, img, buf, params, paramsLength);