Registry / other / ofps
library0.1.0rscratesunverified

Framework for efficient processing of optical flows and motion vectors in video streams.

# Cargo.toml [dependencies] ofps = "0.1.0"
INSTALL
IMPORT
SIG · OFPS
O
ofps
otherrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpticalFlowProcessor
use ofps::OpticalFlowProcessor;

Creates an optical flow processor and computes motion vectors between two frames.

use ofps::OpticalFlowProcessor; let mut processor = OpticalFlowProcessor::new(640, 480); let flow = processor.process_frame(&previous_frame, &current_frame); println!("Flow magnitude: {:?}", flow.magnitude());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ofps — cargo add ofps · libregistry