Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinker-Twins authored May 8, 2023
1 parent a47fabd commit 37596ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ However, it is not straightforward to compute the 3D real world points since the
Once we get the `objpoints` and `imgpoints`, we can use them to calibrate the camera.
</p>

![](https://github.com/Tinker-Twins/Camera-Calibration/blob/main/Camera%20Calibration.png)

**Note:** To calibrate your own camera, you will need to print a suitable [calibration grid](https://github.com/Tinker-Twins/Camera-Calibration/tree/main/Calibration%20Grid) and use your own camera to take multiple pictures of the grid from various angles (similar to the sample [calibration images](https://github.com/Tinker-Twins/Camera-Calibration/tree/main/Calibration%20Images) in this repository). For better results, the distance between the camera and calibration grid should be approximately equal to the working distance that you intend to maintain in your application. Additionally, the resolution and focus of the camera should be maintained constant while taking pictures.

### References:
Expand Down

0 comments on commit 37596ad

Please sign in to comment.