NativeMethodsxfeatures2d_FREAK_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xfeatures2d_FREAK_create( int orientationNormalized, int scaleNormalized, float patternScale, int nOctaves, int[] selectedPairs, int selectedPairsLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xfeatures2d_FREAK_create ( orientationNormalized As Integer, scaleNormalized As Integer, patternScale As Single, nOctaves As Integer, selectedPairs As Integer(), selectedPairsLength As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xfeatures2d_FREAK_create( int orientationNormalized, int scaleNormalized, float patternScale, int nOctaves, array<int>^ selectedPairs, int selectedPairsLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_FREAK_create : orientationNormalized : int * scaleNormalized : int * patternScale : float32 * nOctaves : int * selectedPairs : int[] * selectedPairsLength : int -> IntPtr
OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create = function(orientationNormalized, scaleNormalized, patternScale, nOctaves, selectedPairs, selectedPairsLength);