pub trait OpticalFlowPCAFlowTraitConst: DenseOpticalFlowConst {
    fn as_raw_OpticalFlowPCAFlow(&self) -> *const c_void;
}
Expand description

PCAFlow algorithm.

Required Methods§

Implementors§