Click or drag to resize

FREAKCreate Method

Constructor

Namespace:  OpenCvSharp.XFeatures2D
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static FREAK Create(
	bool orientationNormalized = true,
	bool scaleNormalized = true,
	float patternScale = 22f,
	int nOctaves = 4,
	IEnumerable<int> selectedPairs = null
)

Parameters

orientationNormalized (Optional)
Type: SystemBoolean
enable orientation normalization
scaleNormalized (Optional)
Type: SystemBoolean
enable scale normalization
patternScale (Optional)
Type: SystemSingle
scaling of the description pattern
nOctaves (Optional)
Type: SystemInt32
number of octaves covered by the detected keypoints
selectedPairs (Optional)
Type: System.Collections.GenericIEnumerableInt32
(optional) user defined selected pairs

Return Value

Type: FREAK
See Also