NativeMethodsfeatures2d_ORB_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_ORB_create( int nFeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int wtaK, int scoreType, int patchSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_ORB_create ( nFeatures As Integer, scaleFactor As Single, nlevels As Integer, edgeThreshold As Integer, firstLevel As Integer, wtaK As Integer, scoreType As Integer, patchSize As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr features2d_ORB_create( int nFeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int wtaK, int scoreType, int patchSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_ORB_create : nFeatures : int * scaleFactor : float32 * nlevels : int * edgeThreshold : int * firstLevel : int * wtaK : int * scoreType : int * patchSize : int -> IntPtr
OpenCvSharp.NativeMethods.features2d_ORB_create = function(nFeatures, scaleFactor, nlevels, edgeThreshold, firstLevel, wtaK, scoreType, patchSize);