Click or drag to resize
BriefDescriptorExtractor Constructor
http://www.emgu.com
Create a BRIEF 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 BriefDescriptorExtractor(
	int descriptorSize = 32
)

Parameters

descriptorSize (Optional)
Type: SystemInt32
The size of descriptor. It can be equal 16, 32 or 64 bytes.
See Also