Enum opencv::optflow::SupportRegionType
source · [−]#[repr(C)]
pub enum SupportRegionType {
SR_FIXED,
SR_CROSS,
}Variants
SR_FIXED
< Apply a constant support region
SR_CROSS
< Apply a adaptive support region obtained by cross-based segmentation as described in Senst2014
Trait Implementations
sourceimpl Clone for SupportRegionType
impl Clone for SupportRegionType
sourcefn clone(&self) -> SupportRegionType
fn clone(&self) -> SupportRegionType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SupportRegionType
impl Debug for SupportRegionType
sourceimpl PartialEq<SupportRegionType> for SupportRegionType
impl PartialEq<SupportRegionType> for SupportRegionType
sourcefn eq(&self, other: &SupportRegionType) -> bool
fn eq(&self, other: &SupportRegionType) -> bool
impl Copy for SupportRegionType
impl StructuralPartialEq for SupportRegionType
Auto Trait Implementations
impl RefUnwindSafe for SupportRegionType
impl Send for SupportRegionType
impl Sync for SupportRegionType
impl Unpin for SupportRegionType
impl UnwindSafe for SupportRegionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more