[][src]Struct opencv::flann::SearchParams

pub struct SearchParams { /* fields omitted */ }

Implementations

impl SearchParams[src]

impl SearchParams[src]

pub fn new(
    checks: i32,
    eps: f32,
    sorted: bool,
    explore_all_trees: bool
) -> Result<SearchParams>
[src]

pub fn new_1(checks: i32, eps: f32, sorted: bool) -> Result<SearchParams>[src]

C++ default parameters

  • checks: 32
  • eps: 0
  • sorted: true

Trait Implementations

impl Boxed for SearchParams[src]

impl Drop for SearchParams[src]

impl IndexParamsTrait for SearchParams[src]

impl SearchParamsTrait for SearchParams[src]

impl Send for SearchParams[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.