[][src]Struct opencv::stitching::Detail_BestOf2NearestRangeMatcher

pub struct Detail_BestOf2NearestRangeMatcher { /* fields omitted */ }

Implementations

impl Detail_BestOf2NearestRangeMatcher[src]

impl Detail_BestOf2NearestRangeMatcher[src]

pub fn new(
    range_width: i32,
    try_use_gpu: bool,
    match_conf: f32,
    num_matches_thresh1: i32,
    num_matches_thresh2: i32
) -> Result<Detail_BestOf2NearestRangeMatcher>
[src]

C++ default parameters

  • range_width: 5
  • try_use_gpu: false
  • match_conf: 0.3f
  • num_matches_thresh1: 6
  • num_matches_thresh2: 6

Trait Implementations

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.