Expand description
Transform operations (DCT, FFT) for frequency domain processing
Structs§
- Lens
Distortion Params - Parameters for radial + tangential lens distortion (Brown-Conrady model).
- Perspective
Matrix - A 3×3 homogeneous perspective (projective) transform matrix stored in row-major order.
- Transform
Operation - Transform operations for frequency domain processing
Functions§
- lens_
undistort - CPU-side lens distortion correction using the Brown-Conrady model.
- perspective_
warp - CPU-parallel perspective warp of a packed RGBA image.