NativeMethodsimgproc_cornerEigenValsAndVecs Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_cornerEigenValsAndVecs( IntPtr src, IntPtr dst, int blockSize, int ksize, int borderType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_cornerEigenValsAndVecs ( src As IntPtr, dst As IntPtr, blockSize As Integer, ksize As Integer, borderType As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_cornerEigenValsAndVecs( IntPtr src, IntPtr dst, int blockSize, int ksize, int borderType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_cornerEigenValsAndVecs : src : IntPtr * dst : IntPtr * blockSize : int * ksize : int * borderType : int -> unit
OpenCvSharp.NativeMethods.imgproc_cornerEigenValsAndVecs = function(src, dst, blockSize, ksize, borderType);