1CAMERA-CALIB(1) Mobile Robot Programming Toolkit - MRPT CAMERA-CALIB(1)
2
3
4
6 camera-calib - GUI for calibrating a monocular camera using a
7 checker-board
8
10 camera-calib
11
13 camera-calib-gui is a graphical application which allows the user to
14 select a sequence of images where a checkerboad (calibration pattern)
15 appears, then it computes the intrinsic and distortion parameters of
16 the camera, using the OpenCV implementation of Zhang's algorithm.
17
18 The sequence of images can be grabbed directly from a webcam, firewire
19 camera or any other video source.
20
22 Please report bugs at https://github.com/MRPT/mrpt/issues
23
25 The application wiki page at http://www.mrpt.org/Applications
26
28 camera-calib is part of the Mobile Robot Programming Toolkit (MRPT),
29 and was originally written by the MAPIR laboratory (University of
30 Malaga).
31
32 This manual page was written by Jose Luis Blanco
33 <joseluisblancoc@gmail.com>.
34
36 This program is free software; you can redistribute it and/or modify it
37 under the terms of the BSD License.
38
39 On Debian GNU/Linux systems, the complete text of the BSD License can
40 be found in `/usr/share/common-licenses/BSD'.
41
42
43
44perl v5.28.0 2016-04-21 CAMERA-CALIB(1)