BriefDescriptorExtractor Constructor |
http://www.emgu.com
Create a BRIEF descriptor extractor.
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic BriefDescriptorExtractor(
int descriptorSize = 32
)
Public Sub New (
Optional descriptorSize As Integer = 32
)
public:
BriefDescriptorExtractor(
int descriptorSize = 32
)
new :
?descriptorSize : int
(* Defaults:
let _descriptorSize = defaultArg descriptorSize 32
*)
-> BriefDescriptorExtractor
Parameters
- descriptorSize (Optional)
- Type: SystemInt32
The size of descriptor. It can be equal 16, 32 or 64 bytes.
See Also