reflow_cv_ops
CV preprocessing actors for Reflow — resize, normalize, colorspace convert, letterbox — feeding detectors and classifiers through the standard typed packet schema.
Most users should depend on
reflow_rtwith themlfeature, which re-exports this crate asreflow_rt::cv_ops. Direct use is appropriate when assembling CV pipelines without the full bundled runtime.
What it provides
- Actor templates like
tpl_cv_preprocess, frame-resize helpers, normalization, letterbox padding. - Packets conform to
reflow_media_typesso they compose withreflow_ml_opsand decode actors.
Typical pipeline
frame -> tpl_cv_preprocess -> tpl_ml_inference -> tpl_detection_decode -> output
License
MIT OR Apache-2.0.