Struct opencv::videostab::IDenseOptFlowEstimator
source · pub struct IDenseOptFlowEstimator { /* private fields */ }
Trait Implementations§
source§impl Boxed for IDenseOptFlowEstimator
impl Boxed for IDenseOptFlowEstimator
source§impl Debug for IDenseOptFlowEstimator
impl Debug for IDenseOptFlowEstimator
source§impl Drop for IDenseOptFlowEstimator
impl Drop for IDenseOptFlowEstimator
source§impl From<DensePyrLkOptFlowEstimatorGpu> for IDenseOptFlowEstimator
impl From<DensePyrLkOptFlowEstimatorGpu> for IDenseOptFlowEstimator
source§fn from(s: DensePyrLkOptFlowEstimatorGpu) -> Self
fn from(s: DensePyrLkOptFlowEstimatorGpu) -> Self
Converts to this type from the input type.
source§impl IDenseOptFlowEstimatorTrait for IDenseOptFlowEstimator
impl IDenseOptFlowEstimatorTrait for IDenseOptFlowEstimator
fn as_raw_mut_IDenseOptFlowEstimator(&mut self) -> *mut c_void
fn run( &mut self, frame0: &impl ToInputArray, frame1: &impl ToInputArray, flow_x: &mut impl ToInputOutputArray, flow_y: &mut impl ToInputOutputArray, errors: &mut impl ToOutputArray ) -> Result<()>
source§impl IDenseOptFlowEstimatorTraitConst for IDenseOptFlowEstimator
impl IDenseOptFlowEstimatorTraitConst for IDenseOptFlowEstimator
fn as_raw_IDenseOptFlowEstimator(&self) -> *const c_void
impl Send for IDenseOptFlowEstimator
Auto Trait Implementations§
impl RefUnwindSafe for IDenseOptFlowEstimator
impl !Sync for IDenseOptFlowEstimator
impl Unpin for IDenseOptFlowEstimator
impl UnwindSafe for IDenseOptFlowEstimator
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