Skip to content

Instantly share code, notes, and snippets.

@bebosudo
Last active January 26, 2019 16:38
Show Gist options
  • Save bebosudo/e04a42b5e9e86a464cb1db2d36174604 to your computer and use it in GitHub Desktop.
Save bebosudo/e04a42b5e9e86a464cb1db2d36174604 to your computer and use it in GitHub Desktop.
Project on Zhang calibration method, undistortion and super-imposition of an object, for CVPR @ units.it
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bebosudo
Copy link
Author

bebosudo commented Jan 11, 2019

The following are the images used in the notebook to extract the camera matrix.

Download them and place them along the notebook, in a directory named images/:

  1. images/01.jpg
  2. images/02.jpg
  3. images/03.jpg
  4. images/04.jpg
  5. images/05.jpg
  6. images/06.jpg
  7. images/07.jpg
  8. images/08.jpg
  9. images/09.jpg
  10. images/10.jpg

While the following is the high-quality version of image 10 with detected corners (green), projected points without using the distortion matrix (red) and projected points using the distortion matrix (blue) which often cover the detected corners (green squares).
undist_pts_10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment