NativeMethodsxfeatures2d_StarDetector_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xfeatures2d_StarDetector_create( int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xfeatures2d_StarDetector_create ( maxSize As Integer, responseThreshold As Integer, lineThresholdProjected As Integer, lineThresholdBinarized As Integer, suppressNonmaxSize As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xfeatures2d_StarDetector_create( int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_StarDetector_create : maxSize : int * responseThreshold : int * lineThresholdProjected : int * lineThresholdBinarized : int * suppressNonmaxSize : int -> IntPtr
OpenCvSharp.NativeMethods.xfeatures2d_StarDetector_create = function(maxSize, responseThreshold, lineThresholdProjected, lineThresholdBinarized, suppressNonmaxSize);