1
0
forked from HQU-gxy/CVTH3PE

feat: Enhance camera module with new data structures and utility functions

- Introduced dataclass structures for CameraParams and Camera to improve type safety and clarity.
- Added Detection dataclass to encapsulate detection data, including keypoints and timestamps.
- Implemented classify_by_camera function to organize detections by camera.
- Added utility functions for converting points to homogeneous coordinates and calculating distances to lines.
- Updated dependencies in pyproject.toml to include new libraries for enhanced functionality.
This commit is contained in:
2025-04-15 10:20:49 +08:00
parent 3ce5b564bf
commit 92477b18d2
7 changed files with 815 additions and 6 deletions

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
paper/*.pdf filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text