NativeMethodscuda_GpuMat_opRange2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr cuda_GpuMat_opRange2( IntPtr src, Range rowRange, Range colRange )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_GpuMat_opRange2 ( src As IntPtr, rowRange As Range, colRange As Range ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr cuda_GpuMat_opRange2( IntPtr src, Range rowRange, Range colRange )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_GpuMat_opRange2 : src : IntPtr * rowRange : Range * colRange : Range -> IntPtr
OpenCvSharp.NativeMethods.cuda_GpuMat_opRange2 = function(src, rowRange, colRange);