Click or drag to resize

ORBCreate Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static ORB Create(
	int nFeatures = 500,
	float scaleFactor = 1.2f,
	int nLevels = 8,
	int edgeThreshold = 31,
	int firstLevel = 0,
	int wtaK = 2,
	ORBScore scoreType = ORBScore.Harris,
	int patchSize = 31
)

Parameters

nFeatures (Optional)
Type: SystemInt32
scaleFactor (Optional)
Type: SystemSingle
nLevels (Optional)
Type: SystemInt32
edgeThreshold (Optional)
Type: SystemInt32
firstLevel (Optional)
Type: SystemInt32
wtaK (Optional)
Type: SystemInt32
scoreType (Optional)
Type: OpenCvSharpORBScore
patchSize (Optional)
Type: SystemInt32

Return Value

Type: ORB
See Also