NativeMethodsimgproc_getRectSubPix Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_getRectSubPix( IntPtr image, Size patchSize, Point2f center, IntPtr patch, int patchType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_getRectSubPix ( image As IntPtr, patchSize As Size, center As Point2f, patch As IntPtr, patchType As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_getRectSubPix( IntPtr image, Size patchSize, Point2f center, IntPtr patch, int patchType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_getRectSubPix : image : IntPtr * patchSize : Size * center : Point2f * patch : IntPtr * patchType : int -> unit
OpenCvSharp.NativeMethods.imgproc_getRectSubPix = function(image, patchSize, center, patch, patchType);