trackforge 0.1.9

A unified, high-performance computer vision tracking library.
Documentation
1
2
3
4
5
6
//! Utility functions for geometry and Kalman filtering.
//!
//! This module provides common mathematical and geometric tools used by the trackers.

pub mod geometry;
pub mod kalman;