oximedia-scene 0.1.0

Scene understanding and AI-powered video analysis for OxiMedia
Documentation
1
2
3
4
5
6
7
//! Image segmentation.

pub mod foreground;
pub mod semantic;

pub use foreground::{ForegroundSegmenter, SegmentMask};
pub use semantic::{SemanticRegion, SemanticSegmenter};