Warning
This page is located in archive. Go to the latest version of this course pages.

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
courses:b3b33vir:tutorials:hw2:start [2018/11/10 23:52]
petrito1 [Expected Results]
courses:b3b33vir:tutorials:hw2:start [2018/11/13 16:50]
petrito1 [Goals]
Line 5: Line 5:
   - Download {{:​courses:​b3b33vir:​tutorials:​hw2:​hw2.zip|source code package}} and implement missing parts in module ''​intrinsics.py''​ (see below)   - Download {{:​courses:​b3b33vir:​tutorials:​hw2:​hw2.zip|source code package}} and implement missing parts in module ''​intrinsics.py''​ (see below)
   - Get familiar with pinhole camera model, nonlinear distortion model and respective [[https://​docs.opencv.org/​3.4.3/​d9/​d0c/​group__calib3d.html|calibration routines from OpenCV]]   - Get familiar with pinhole camera model, nonlinear distortion model and respective [[https://​docs.opencv.org/​3.4.3/​d9/​d0c/​group__calib3d.html|calibration routines from OpenCV]]
-  - Calibrate camera intrinsic parameters ​(rational model without tangetial distortion)+  - Calibrate camera intrinsic parameters
     * Implement function     * Implement function
       * ''​intrinsics.calibrate''​       * ''​intrinsics.calibrate''​
     * Using functions     * Using functions
       * ''​cv2.findChessboardCorners''​       * ''​cv2.findChessboardCorners''​
-      * ''​cv2.cornerSubPix''​ +      * ''​cv2.cornerSubPix'' ​(limit search window size ''​winSize''​ to avoid excessive corrections) 
-      * ''​cv2.calibrateCamera''​+      * ''​cv2.calibrateCamera'' ​(use the rational model without tangential distorion from the lecture: ''​flags=cv2.CALIB_RATIONAL_MODEL + cv2.CALIB_ZERO_TANGENT_DIST''​)
   - Convert camera intrinsics parameters (camera matrix and field of view)   - Convert camera intrinsics parameters (camera matrix and field of view)
     * Implement functions     * Implement functions
courses/b3b33vir/tutorials/hw2/start.txt · Last modified: 2018/11/16 10:16 by petrito1