Expand description
Multi-object tracking components for yscv.
Re-exports§
pub use hungarian::hungarian_assignment;pub use reid::ColorHistogramReId;pub use reid::ReIdExtractor;pub use reid::ReIdGallery;
Modules§
- hungarian
- Hungarian (Kuhn-Munkres) algorithm for optimal assignment.
- reid
- Re-identification feature extraction for DeepSORT appearance matching.
Structs§
- Byte
Tracker - ByteTrack multi-object tracker.
- Deep
Sort Config - Configuration for the DeepSORT tracker.
- Deep
Sort Track - A tracked object with appearance features.
- Deep
Sort Tracker - DeepSORT multi-object tracker.
- Kalman
Filter - A 2-D Kalman filter for bounding-box tracking.
- Track
- Tracked
Detection - Tracker
- Tracker
Config
Enums§
- Track
Error - Track
State - Track state in the DeepSORT lifecycle.