Crate ofps

Source
Expand description

§Optical Flow Processing Library

This library provides methods and a framework for processing optical flow fields. There are motion tracking, detection and estimation traits available.

The easiest way to use the library is to import its prelude:

use ofps::prelude::v1::*;

You may need nalgebra to make use of the functionality.

Re-exports§

pub use cglue;
pub use paste;

Modules§

camera
Camera abstraction
decoder
Motion field decoding
detection
Motion detection module
estimator
Camera motion estimator
motion_field
Fixed size motion field
plugins
OFPS plugin system
prelude
utils
Utility module

Macros§

define_descriptor
Define a plugin.