NativeMethodsxfeatures2d_SIFT_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xfeatures2d_SIFT_create( int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xfeatures2d_SIFT_create ( nfeatures As Integer, nOctaveLayers As Integer, contrastThreshold As Double, edgeThreshold As Double, sigma As Double ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xfeatures2d_SIFT_create( int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_SIFT_create : nfeatures : int * nOctaveLayers : int * contrastThreshold : float * edgeThreshold : float * sigma : float -> IntPtr
OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create = function(nfeatures, nOctaveLayers, contrastThreshold, edgeThreshold, sigma);