NativeMethodsfeatures2d_KeyPointsFilter_runByImageBorder Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_KeyPointsFilter_runByImageBorder( IntPtr keypoints, Size imageSize, int borderSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_KeyPointsFilter_runByImageBorder ( keypoints As IntPtr, imageSize As Size, borderSize As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_KeyPointsFilter_runByImageBorder( IntPtr keypoints, Size imageSize, int borderSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_KeyPointsFilter_runByImageBorder : keypoints : IntPtr * imageSize : Size * borderSize : int -> unit
OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_runByImageBorder = function(keypoints, imageSize, borderSize);