pub struct PCAPrior { /* private fields */ }
Expand description
This class can be used for imposing a learned prior on the resulting optical flow. Solution will be regularized according to this prior. You need to generate appropriate prior file with “learn_prior.py” script beforehand.
Implementations§
Trait Implementations§
source§impl Boxed for PCAPrior
impl Boxed for PCAPrior
source§impl PCAPriorTrait for PCAPrior
impl PCAPriorTrait for PCAPrior
fn as_raw_mut_PCAPrior(&mut self) -> *mut c_void
source§impl PCAPriorTraitConst for PCAPrior
impl PCAPriorTraitConst for PCAPrior
impl Send for PCAPrior
Auto Trait Implementations§
impl RefUnwindSafe for PCAPrior
impl !Sync for PCAPrior
impl Unpin for PCAPrior
impl UnwindSafe for PCAPrior
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