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