Click or drag to resize
Freak Constructor
http://www.emgu.com
Create a Freak descriptor extractor.

Namespace: Emgu.CV.XFeatures2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Freak(
	bool orientationNormalized = true,
	bool scaleNormalized = true,
	float patternScale = 22f,
	int nOctaves = 4
)

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.
See Also