Click or drag to resize

NativeMethodsfeatures2d_ORB_create Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[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
)

Parameters

nFeatures
Type: SystemInt32
scaleFactor
Type: SystemSingle
nlevels
Type: SystemInt32
edgeThreshold
Type: SystemInt32
firstLevel
Type: SystemInt32
wtaK
Type: SystemInt32
scoreType
Type: SystemInt32
patchSize
Type: SystemInt32

Return Value

Type: IntPtr
See Also