Struct cv::features2d::SURFBuilder [−][src]
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]
fn clone(&self) -> SURFBuilder
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SURFBuilder
[src]
impl Debug for SURFBuilder
[src]
impl Default for SURFBuilder
[src]
fn default() -> 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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut 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.
pub 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>,