Struct cv::features2d::SIFTBuilder[][src]

pub struct SIFTBuilder { /* fields omitted */ }

Builder that provides defaults for MSER

Implementations

impl SIFTBuilder[src]

pub fn features(self, value: c_int) -> Self[src]

Replace current features with specified value

pub fn octave_layers(self, value: c_int) -> Self[src]

Replace current octave_layers with specified value

pub fn contrast_threshold(self, value: f64) -> Self[src]

Replace current contrast_threshold with specified value

pub fn edge_threshold(self, value: f64) -> Self[src]

Replace current edge_threshold with specified value

pub fn sigma(self, value: f64) -> Self[src]

Replace current sigma with specified value

Trait Implementations

impl Clone for SIFTBuilder[src]

impl Copy for SIFTBuilder[src]

impl Debug for SIFTBuilder[src]

impl Default for SIFTBuilder[src]

impl Into<SIFT> for SIFTBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for SIFTBuilder

impl Send for SIFTBuilder

impl Sync for SIFTBuilder

impl Unpin for SIFTBuilder

impl UnwindSafe for SIFTBuilder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.