NativeMethodsphoto_CalibrateCRF_process Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void photo_CalibrateCRF_process( IntPtr obj, IntPtr[] srcImgs, int srcImgsLength, IntPtr dst, float[] times )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub photo_CalibrateCRF_process ( obj As IntPtr, srcImgs As IntPtr(), srcImgsLength As Integer, dst As IntPtr, times As Single() )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void photo_CalibrateCRF_process( IntPtr obj, array<IntPtr>^ srcImgs, int srcImgsLength, IntPtr dst, [InAttribute] array<float>^ times )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member photo_CalibrateCRF_process : obj : IntPtr * srcImgs : IntPtr[] * srcImgsLength : int * dst : IntPtr * times : float32[] -> unit
OpenCvSharp.NativeMethods.photo_CalibrateCRF_process = function(obj, srcImgs, srcImgsLength, dst, times);