Struct cv::features2d::SURFBuilder[][src]

pub struct SURFBuilder { /* fields omitted */ }

Builder that provides defaults for MSER

Implementations

impl SURFBuilder[src]

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

Replace current octave_layers with specified value

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

Replace current octave_layers with specified value

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

Replace current octave_layers with specified value

pub fn extended(self, value: bool) -> Self[src]

Replace current extended with specified value

pub fn upright(self, value: bool) -> Self[src]

Replace current delta with specified value

Trait Implementations

impl Clone for SURFBuilder[src]

impl Copy for SURFBuilder[src]

impl Debug for SURFBuilder[src]

impl Default for SURFBuilder[src]

impl Into<SURF> for SURFBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for SURFBuilder

impl Send for SURFBuilder

impl Sync for SURFBuilder

impl Unpin for SURFBuilder

impl UnwindSafe for SURFBuilder

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.