User Tools

Site Tools


camera_calibration_and_stereo_vision

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
camera_calibration_and_stereo_vision [2024/04/24 13:17] wilfredcamera_calibration_and_stereo_vision [2024/04/24 21:31] (current) wilfred
Line 9: Line 9:
   * In the camera calibration function, you must set three parameters: rows, columns and world_scaling   * In the camera calibration function, you must set three parameters: rows, columns and world_scaling
       * Rows and columns refer the number of "crosses" in each axis of the checkerboard       * Rows and columns refer the number of "crosses" in each axis of the checkerboard
-      * In the image belowrows = 5 and columns = 7+      * In the image below: <code>rows = 5</code><code>columns = 7</code>
       * Note that OpenCV will throw an error if the number of rows and columns is incorrect       * Note that OpenCV will throw an error if the number of rows and columns is incorrect
       * world_scaling is the physical dimension of a square on the checkerboard, it is up to you to choose the unit       * world_scaling is the physical dimension of a square on the checkerboard, it is up to you to choose the unit
Line 17: Line 17:
  
 {{ :checkerboard.jpg?200 |}} {{ :checkerboard.jpg?200 |}}
 +
 +  * It is often important to define a world frame
  
  
camera_calibration_and_stereo_vision.1713979076.txt.gz · Last modified: 2024/04/24 13:17 by wilfred

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki