This commit is contained in:
Thomas FORGIONE 2015-03-12 10:36:49 +01:00
parent a0ea10d5a5
commit 730f5534a4
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
/// parameters of the camera.
///
/// You may use this program with some parameters :
/// \code{.unparsed}
/// \verbatim
/// -w <board_width> # the number of inner corners per one of board dimension
/// -h <board_height> # the number of inner corners per another board dimension
/// [-pt <pattern>] # the type of pattern: chessboard or circles grid
@ -33,7 +33,7 @@
/// # the text file can be generated with imagelist_creator
/// # - name of video file with a video of the board
/// # if input_data not specified, a live view from the camera is used
/// \endcode
/// \endverbatim
/// For example, if you have a chessboard with 9 rows and 7 columns, you may use
/// \code
/// bin/Calibration -w 8 -h 6 <path_to_video> -o <path_to_output_xml_file>