[−][src]Struct opencv::xfeatures2d::BriefDescriptorExtractor  
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.
 
Methods
impl BriefDescriptorExtractor[src]
pub fn as_raw_BriefDescriptorExtractor(&self) -> *mut c_void[src]
pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]
impl BriefDescriptorExtractor[src]
pub fn create(
    bytes: i32, 
    use_orientation: bool
) -> Result<PtrOfBriefDescriptorExtractor>[src]
bytes: i32,
use_orientation: bool
) -> Result<PtrOfBriefDescriptorExtractor>
C++ default parameters
- bytes: 32
 - use_orientation: false
 
Trait Implementations
impl AlgorithmTrait for BriefDescriptorExtractor[src]
fn as_raw_Algorithm(&self) -> *mut c_void[src]
fn clear(&mut self) -> Result<()>[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>[src]
fn write_1(&self, fs: &PtrOfFileStorage, name: &str) -> Result<()>[src]
fn read(&mut self, _fn: &FileNode) -> Result<()>[src]
fn empty(&self) -> Result<bool>[src]
fn save(&self, filename: &str) -> Result<()>[src]
fn get_default_name(&self) -> Result<String>[src]
impl Send for BriefDescriptorExtractor[src]
impl Drop for BriefDescriptorExtractor[src]
Auto Trait Implementations
impl !Sync for BriefDescriptorExtractor
impl Unpin for BriefDescriptorExtractor
impl UnwindSafe for BriefDescriptorExtractor
impl RefUnwindSafe for BriefDescriptorExtractor
Blanket Implementations
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,