src/cam_calib/ ├── core/ # pure CV math + YAML I/O (numpy in, numpy out) ├── adapters/ # camera I/O backends (RealSense via [realsense] extra) ├── workflows/ # end-user entry points; compose core + ...
OpenCV is a standard library that has long been used for image processing and computer vision. It is utilized in various applications such as camera image processing, object detection, feature point ...