[−][src]Struct opencv::types::PtrOfSuperres_DualTVL1OpticalFlow
Methods
impl PtrOfSuperres_DualTVL1OpticalFlow[src]
pub fn as_raw_PtrOfSuperres_DualTVL1OpticalFlow(&self) -> *mut c_void[src]
pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]
pub fn get_inner_ptr(&self) -> *mut c_void[src]
Get raw pointer to the inner object
Trait Implementations
impl AlgorithmTrait for PtrOfSuperres_DualTVL1OpticalFlow[src]
fn as_raw_Algorithm(&self) -> *mut c_void[src]
fn clear(&mut self) -> Result<()>[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>[src]
fn write_1(&self, fs: &PtrOfFileStorage, name: &str) -> Result<()>[src]
fn read(&mut self, fn_: &FileNode) -> Result<()>[src]
fn empty(&self) -> Result<bool>[src]
fn save(&self, filename: &str) -> Result<()>[src]
fn get_default_name(&self) -> Result<String>[src]
impl Drop for PtrOfSuperres_DualTVL1OpticalFlow[src]
impl Send for PtrOfSuperres_DualTVL1OpticalFlow[src]
impl Superres_DenseOpticalFlowExt for PtrOfSuperres_DualTVL1OpticalFlow[src]
fn as_raw_Superres_DenseOpticalFlowExt(&self) -> *mut c_void[src]
fn calc(
&mut self,
frame0: &dyn ToInputArray,
frame1: &dyn ToInputArray,
flow1: &mut dyn ToOutputArray,
flow2: &mut dyn ToOutputArray
) -> Result<()>[src]
&mut self,
frame0: &dyn ToInputArray,
frame1: &dyn ToInputArray,
flow1: &mut dyn ToOutputArray,
flow2: &mut dyn ToOutputArray
) -> Result<()>
fn collect_garbage(&mut self) -> Result<()>[src]
impl Superres_DualTVL1OpticalFlow for PtrOfSuperres_DualTVL1OpticalFlow[src]
fn as_raw_Superres_DualTVL1OpticalFlow(&self) -> *mut c_void[src]
fn get_tau(&self) -> Result<f64>[src]
fn set_tau(&mut self, val: f64) -> Result<()>[src]
fn get_lambda(&self) -> Result<f64>[src]
fn set_lambda(&mut self, val: f64) -> Result<()>[src]
fn get_theta(&self) -> Result<f64>[src]
fn set_theta(&mut self, val: f64) -> Result<()>[src]
fn get_scales_number(&self) -> Result<i32>[src]
fn set_scales_number(&mut self, val: i32) -> Result<()>[src]
fn get_warpings_number(&self) -> Result<i32>[src]
fn set_warpings_number(&mut self, val: i32) -> Result<()>[src]
fn get_epsilon(&self) -> Result<f64>[src]
fn set_epsilon(&mut self, val: f64) -> Result<()>[src]
fn get_iterations(&self) -> Result<i32>[src]
fn set_iterations(&mut self, val: i32) -> Result<()>[src]
fn get_use_initial_flow(&self) -> Result<bool>[src]
fn set_use_initial_flow(&mut self, val: bool) -> Result<()>[src]
Auto Trait Implementations
impl RefUnwindSafe for PtrOfSuperres_DualTVL1OpticalFlow
impl !Sync for PtrOfSuperres_DualTVL1OpticalFlow
impl Unpin for PtrOfSuperres_DualTVL1OpticalFlow
impl UnwindSafe for PtrOfSuperres_DualTVL1OpticalFlow
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,