pub trait BriefDescriptorExtractorConst: Feature2DTraitConst {
fn as_raw_BriefDescriptorExtractor(&self) -> *const c_void;
fn get_descriptor_size(&self) -> Result<i32> { ... }
fn get_use_orientation(&self) -> Result<bool> { ... }
fn get_default_name(&self) -> Result<String> { ... }
}
Expand description
Class for computing BRIEF descriptors described in calon2010 .
Parameters
- bytes: legth of the descriptor in bytes, valid values are: 16, 32 (default) or 64 .
- use_orientation: sample patterns using keypoints orientation, disabled by default.