ORB Constructor OpenCvSharp Class Library
Initializes a new instance of the ORB class

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ORB(
	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

[Missing <param name="nFeatures"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

scaleFactor (Optional)
Type: SystemSingle

[Missing <param name="scaleFactor"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

nLevels (Optional)
Type: SystemInt32

[Missing <param name="nLevels"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

edgeThreshold (Optional)
Type: SystemInt32

[Missing <param name="edgeThreshold"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

firstLevel (Optional)
Type: SystemInt32

[Missing <param name="firstLevel"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

wtaK (Optional)
Type: SystemInt32

[Missing <param name="wtaK"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

scoreType (Optional)
Type: OpenCvSharp.CPlusPlusORBScore

[Missing <param name="scoreType"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

patchSize (Optional)
Type: SystemInt32

[Missing <param name="patchSize"/> documentation for "M:OpenCvSharp.CPlusPlus.ORB.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.ORBScore,System.Int32)"]

See Also

Reference