Enum opencv::optflow::SolverType [−][src]
#[repr(C)]
pub enum SolverType {
ST_STANDART,
ST_BILINEAR,
}Variants
< Apply standard iterative refinement
< Apply optimized iterative refinement based bilinear equation solutions as described in Senst2013
Trait Implementations
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
Mutably borrows from an owned value. Read more