Enum opencv::optflow::InterpolationType [−][src]
#[repr(C)]
pub enum InterpolationType {
INTERP_GEO,
INTERP_EPIC,
INTERP_RIC,
}Variants
< Fast geodesic interpolation, see Geistert2016
< Edge-preserving interpolation using ximgproc::EdgeAwareInterpolator, see Revaud2015,Geistert2016.
< SLIC based robust interpolation using ximgproc::RICInterpolator, see Hu2017.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InterpolationType
impl Send for InterpolationType
impl Sync for InterpolationType
impl Unpin for InterpolationType
impl UnwindSafe for InterpolationType
Blanket Implementations
Mutably borrows from an owned value. Read more