NativeMethodsfeatures2d_drawKeypoints Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_drawKeypoints( IntPtr image, KeyPoint[] keypoints, int keypointsLength, IntPtr outImage, Scalar color, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_drawKeypoints ( image As IntPtr, keypoints As KeyPoint(), keypointsLength As Integer, outImage As IntPtr, color As Scalar, flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_drawKeypoints( IntPtr image, array<KeyPoint>^ keypoints, int keypointsLength, IntPtr outImage, Scalar color, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_drawKeypoints : image : IntPtr * keypoints : KeyPoint[] * keypointsLength : int * outImage : IntPtr * color : Scalar * flags : int -> unit
OpenCvSharp.NativeMethods.features2d_drawKeypoints = function(image, keypoints, keypointsLength, outImage, color, flags);