Enum opencv::optflow::SolverType
source · #[repr(C)]pub enum SolverType {
ST_STANDART,
ST_BILINEAR,
}
Variants§
ST_STANDART
< Apply standard iterative refinement
ST_BILINEAR
< Apply optimized iterative refinement based bilinear equation solutions as described in Senst2013
Trait Implementations§
source§impl Clone for SolverType
impl Clone for SolverType
source§fn clone(&self) -> SolverType
fn clone(&self) -> SolverType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SolverType
impl Debug for SolverType
source§impl PartialEq<SolverType> for SolverType
impl PartialEq<SolverType> for SolverType
source§fn eq(&self, other: &SolverType) -> bool
fn eq(&self, other: &SolverType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SolverType
impl Eq for SolverType
impl StructuralEq for SolverType
impl StructuralPartialEq for SolverType
Auto Trait Implementations§
impl RefUnwindSafe for SolverType
impl Send for SolverType
impl Sync for SolverType
impl Unpin for SolverType
impl UnwindSafe for SolverType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more