Skip to content

Commit

Permalink
deploy: dbb93ad
Browse files Browse the repository at this point in the history
  • Loading branch information
nekiwo committed Oct 9, 2024
1 parent ad216c9 commit f7397f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/PreseasonTraining/OpenCV_ColorSegmentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ <h3>Intro<a class="headerlink" href="#intro" title="Permalink to this heading">
</section>
<section id="running">
<h3>Running<a class="headerlink" href="#running" title="Permalink to this heading"></a></h3>
<p>Download the <code class="docutils literal notranslate"><span class="pre">opencv-python-contrib</span></code> package using pip and run <a class="reference external" href="https://github.com/titan2022/Training2024/blob/calibration/calib.py">this file</a> to calibrate your camera. The console output will show your X and Y field of view in degrees. More data such as the camera matrix and distortion coefficients are available in the script.</p>
<p>Download the <code class="docutils literal notranslate"><span class="pre">opencv-contrib-python</span></code> package using pip and run <a class="reference external" href="https://github.com/titan2022/Training2024/blob/calibration/calib.py">this file</a> to calibrate your camera. The console output will show your X and Y field of view in degrees. More data such as the camera matrix and distortion coefficients are available in the script.</p>
<p>When running the program, show your AruCo chessboard (which should be taped to a flat surface) at various angles and press SPACE key to take a picture. Take approximately 10 to 20 pictures. Press ESC key to exit and copy the values printed to the console.</p>
</section>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Since each camera has different physical properties and lenses, they need to be

### Running

Download the `opencv-python-contrib` package using pip and run [this file](https://github.com/titan2022/Training2024/blob/calibration/calib.py) to calibrate your camera. The console output will show your X and Y field of view in degrees. More data such as the camera matrix and distortion coefficients are available in the script.
Download the `opencv-contrib-python` package using pip and run [this file](https://github.com/titan2022/Training2024/blob/calibration/calib.py) to calibrate your camera. The console output will show your X and Y field of view in degrees. More data such as the camera matrix and distortion coefficients are available in the script.

When running the program, show your AruCo chessboard (which should be taped to a flat surface) at various angles and press SPACE key to take a picture. Take approximately 10 to 20 pictures. Press ESC key to exit and copy the values printed to the console.

Expand Down

0 comments on commit f7397f2

Please sign in to comment.