[][src]Struct opencv::flann::AutotunedIndexParams

pub struct AutotunedIndexParams { /* fields omitted */ }

Implementations

impl AutotunedIndexParams[src]

impl AutotunedIndexParams[src]

pub fn new(
    target_precision: f32,
    build_weight: f32,
    memory_weight: f32,
    sample_fraction: f32
) -> Result<AutotunedIndexParams>
[src]

C++ default parameters

  • target_precision: 0.8f
  • build_weight: 0.01f
  • memory_weight: 0
  • sample_fraction: 0.1f

Trait Implementations

impl AutotunedIndexParamsTrait for AutotunedIndexParams[src]

impl Boxed for AutotunedIndexParams[src]

impl Drop for AutotunedIndexParams[src]

impl IndexParamsTrait for AutotunedIndexParams[src]

impl Send for AutotunedIndexParams[src]

Auto Trait Implementations

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, 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.