Click or drag to resize

NativeMethodsfeatures2d_ORB_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_ORB_create(
	int nFeatures,
	float scaleFactor,
	int nlevels,
	int edgeThreshold,
	int firstLevel,
	int wtaK,
	int scoreType,
	int patchSize,
	int fastThreshold,
	out IntPtr returnValue
)

Parameters

nFeatures
Type: SystemInt32

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

scaleFactor
Type: SystemSingle

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

nlevels
Type: SystemInt32

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

edgeThreshold
Type: SystemInt32

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

firstLevel
Type: SystemInt32

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

wtaK
Type: SystemInt32

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

scoreType
Type: SystemInt32

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

patchSize
Type: SystemInt32

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

fastThreshold
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also