NativeMethodsfeatures2d_KeyPointsFilter_runByKeypointSize Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_KeyPointsFilter_runByKeypointSize( IntPtr keypoints, float minSize, float maxSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_KeyPointsFilter_runByKeypointSize ( keypoints As IntPtr, minSize As Single, maxSize As Single )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_KeyPointsFilter_runByKeypointSize( IntPtr keypoints, float minSize, float maxSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_KeyPointsFilter_runByKeypointSize : keypoints : IntPtr * minSize : float32 * maxSize : float32 -> unit
OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_runByKeypointSize = function(keypoints, minSize, maxSize);