Struct opencv::videostab::PyrLkOptFlowEstimatorBase
source · pub struct PyrLkOptFlowEstimatorBase { /* private fields */ }
Implementations§
source§impl PyrLkOptFlowEstimatorBase
impl PyrLkOptFlowEstimatorBase
pub fn default() -> Result<PyrLkOptFlowEstimatorBase>
Trait Implementations§
source§impl Boxed for PyrLkOptFlowEstimatorBase
impl Boxed for PyrLkOptFlowEstimatorBase
source§impl Drop for PyrLkOptFlowEstimatorBase
impl Drop for PyrLkOptFlowEstimatorBase
source§impl From<DensePyrLkOptFlowEstimatorGpu> for PyrLkOptFlowEstimatorBase
impl From<DensePyrLkOptFlowEstimatorGpu> for PyrLkOptFlowEstimatorBase
source§fn from(s: DensePyrLkOptFlowEstimatorGpu) -> Self
fn from(s: DensePyrLkOptFlowEstimatorGpu) -> Self
Converts to this type from the input type.
source§impl From<SparsePyrLkOptFlowEstimator> for PyrLkOptFlowEstimatorBase
impl From<SparsePyrLkOptFlowEstimator> for PyrLkOptFlowEstimatorBase
source§fn from(s: SparsePyrLkOptFlowEstimator) -> Self
fn from(s: SparsePyrLkOptFlowEstimator) -> Self
Converts to this type from the input type.
source§impl From<SparsePyrLkOptFlowEstimatorGpu> for PyrLkOptFlowEstimatorBase
impl From<SparsePyrLkOptFlowEstimatorGpu> for PyrLkOptFlowEstimatorBase
source§fn from(s: SparsePyrLkOptFlowEstimatorGpu) -> Self
fn from(s: SparsePyrLkOptFlowEstimatorGpu) -> Self
Converts to this type from the input type.
impl Send for PyrLkOptFlowEstimatorBase
Auto Trait Implementations§
impl RefUnwindSafe for PyrLkOptFlowEstimatorBase
impl !Sync for PyrLkOptFlowEstimatorBase
impl Unpin for PyrLkOptFlowEstimatorBase
impl UnwindSafe for PyrLkOptFlowEstimatorBase
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