-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14a935b
commit bdb039d
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
ROB 464 P1 - Red Team 2020 | ||
|
||
Calibration folder - photos taken from our webcam used for calibration (these are camera-specific) | ||
|
||
camera_cal.py - script to generate calibration profile from images of a checkerboard. If this is rerun with different photos in the calibration folder, it will write a new "calib.npz" file storing the camera's calibration info. | ||
|
||
webcam_qr.py - basic script using linear interpolation to estimate the distance of a QR code from the camera. This is dependent on both the camera and the size of the codes being used | ||
|
||
webcam_qr_perspective - more advanced approach that uses calibration info to estimate the pose (position and rotation) of the camera relative to the QR code |