calib-targets-core

Core types and geometric utilities for calibration target detection.
Quickstart
use ;
use Point2;
Includes
- Homography estimation and warping helpers (re-exported from
projective-grid). - Lightweight grayscale image views and sampling.
- Grid alignment and target detection types (re-exported from
projective-grid).
Python bindings
Python bindings are provided via the workspace facade (calib_targets module).
See crates/calib-targets-py/README.md in the repo root for setup.