NativeMethodsfeatures2d_KeyPointsFilter_removeDuplicated Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_KeyPointsFilter_removeDuplicated( IntPtr keypoints )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_KeyPointsFilter_removeDuplicated ( keypoints As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_KeyPointsFilter_removeDuplicated( IntPtr keypoints )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_KeyPointsFilter_removeDuplicated : keypoints : IntPtr -> unit
OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_removeDuplicated = function(keypoints);