pub trait BriefDescriptorExtractorConst: Feature2DTraitConst {
    // Required method
    fn as_raw_BriefDescriptorExtractor(&self) -> *const c_void;

    // Provided methods
    fn get_descriptor_size(&self) -> Result<i32> { ... }
    fn get_use_orientation(&self) -> Result<bool> { ... }
    fn get_default_name(&self) -> Result<String> { ... }
}
Expand description

Required Methods§

Provided Methods§

Implementors§