Click or drag to resize

NativeMethodsxfeatures2d_FREAK_create Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xfeatures2d_FREAK_create(
	int orientationNormalized,
	int scaleNormalized,
	float patternScale,
	int nOctaves,
	int[] selectedPairs,
	int selectedPairsLength,
	out IntPtr returnValue
)

Parameters

orientationNormalized
Type: SystemInt32

[Missing <param name="orientationNormalized"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

scaleNormalized
Type: SystemInt32

[Missing <param name="scaleNormalized"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

patternScale
Type: SystemSingle

[Missing <param name="patternScale"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

nOctaves
Type: SystemInt32

[Missing <param name="nOctaves"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

selectedPairs
Type: SystemInt32

[Missing <param name="selectedPairs"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

selectedPairsLength
Type: SystemInt32

[Missing <param name="selectedPairsLength"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_FREAK_create(System.Int32,System.Int32,System.Single,System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

See Also