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