1
0
forked from HQU-gxy/CVTH3PE
Files
CVTH3PE/app/camera/__init__.py
crosstyan 3ccf790bac refactor: Optimize distortion function for clarity and performance
- Added JAX Just-In-Time (JIT) compilation to the `distortion` function for improved performance.
- Reorganized variable unpacking and calculations for better readability and efficiency.
- Enhanced comments to clarify the steps involved in the distortion process, including normalization and radial/tangential distortion calculations.
- Updated the return values to directly reflect pixel coordinates after distortion.
2025-04-22 11:43:55 +08:00

19 KiB