File: mainpage.dox

package info (click to toggle)
ros-image-common 1.12.0-14
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 864 kB
  • sloc: cpp: 3,264; xml: 187; python: 38; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
\mainpage
\htmlinclude manifest.html

\b camera_calibration_parsers contains routines for reading and writing
camera calibration parameters. Two human-readable file formats are
supported: YAML and the Videre INI format.

\section codeapi Code API

- camera_calibration_parsers::writeCalibration - Write parameters to a file
- camera_calibration_parsers::readCalibration - Read parameters from a file
- camera_calibration_parsers::parseCalibration - Read parameters from an in-memory buffer

*/