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: 4.1.0.3408 (4.1.0.3408)
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