Struct opencv::videostab::SparsePyrLkOptFlowEstimator
source · pub struct SparsePyrLkOptFlowEstimator { /* private fields */ }Trait Implementations§
source§impl Boxed for SparsePyrLkOptFlowEstimator
impl Boxed for SparsePyrLkOptFlowEstimator
source§impl Debug for SparsePyrLkOptFlowEstimator
impl Debug for SparsePyrLkOptFlowEstimator
source§impl Drop for SparsePyrLkOptFlowEstimator
impl Drop for SparsePyrLkOptFlowEstimator
source§impl From<SparsePyrLkOptFlowEstimator> for ISparseOptFlowEstimator
impl From<SparsePyrLkOptFlowEstimator> for ISparseOptFlowEstimator
source§fn from(s: SparsePyrLkOptFlowEstimator) -> Self
fn from(s: SparsePyrLkOptFlowEstimator) -> 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 ISparseOptFlowEstimatorTrait for SparsePyrLkOptFlowEstimator
impl ISparseOptFlowEstimatorTrait for SparsePyrLkOptFlowEstimator
fn as_raw_mut_ISparseOptFlowEstimator(&mut self) -> *mut c_void
fn run( &mut self, frame0: &impl ToInputArray, frame1: &impl ToInputArray, points0: &impl ToInputArray, points1: &mut impl ToInputOutputArray, status: &mut impl ToOutputArray, errors: &mut impl ToOutputArray ) -> Result<()>
source§impl ISparseOptFlowEstimatorTraitConst for SparsePyrLkOptFlowEstimator
impl ISparseOptFlowEstimatorTraitConst for SparsePyrLkOptFlowEstimator
fn as_raw_ISparseOptFlowEstimator(&self) -> *const c_void
source§impl SparsePyrLkOptFlowEstimatorTrait for SparsePyrLkOptFlowEstimator
impl SparsePyrLkOptFlowEstimatorTrait for SparsePyrLkOptFlowEstimator
fn as_raw_mut_SparsePyrLkOptFlowEstimator(&mut self) -> *mut c_void
fn run( &mut self, frame0: &impl ToInputArray, frame1: &impl ToInputArray, points0: &impl ToInputArray, points1: &mut impl ToInputOutputArray, status: &mut impl ToOutputArray, errors: &mut impl ToOutputArray ) -> Result<()>
source§impl SparsePyrLkOptFlowEstimatorTraitConst for SparsePyrLkOptFlowEstimator
impl SparsePyrLkOptFlowEstimatorTraitConst for SparsePyrLkOptFlowEstimator
fn as_raw_SparsePyrLkOptFlowEstimator(&self) -> *const c_void
impl Send for SparsePyrLkOptFlowEstimator
Auto Trait Implementations§
impl RefUnwindSafe for SparsePyrLkOptFlowEstimator
impl !Sync for SparsePyrLkOptFlowEstimator
impl Unpin for SparsePyrLkOptFlowEstimator
impl UnwindSafe for SparsePyrLkOptFlowEstimator
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