Trait CUDA_DensePyrLKOpticalFlowTraitConst

Source
pub trait CUDA_DensePyrLKOpticalFlowTraitConst: CUDA_DenseOpticalFlowTraitConst {
    // Required method
    fn as_raw_CUDA_DensePyrLKOpticalFlow(&self) -> *const c_void;

    // Provided methods
    fn get_win_size(&self) -> Result<Size> { ... }
    fn get_max_level(&self) -> Result<i32> { ... }
    fn get_num_iters(&self) -> Result<i32> { ... }
    fn get_use_initial_flow(&self) -> Result<bool> { ... }
}
Expand description

Required Methods§

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§