Skip to content

Commit c20b713

Browse files
author
ryan-keenan
authored
Update writeup_template.md
1 parent 87fbafb commit c20b713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎writeup_template.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ The goals / steps of this project are the following:
3636
You're reading it!
3737
###Camera Calibration
3838

39-
####1. Briefly state how you computed the camera matrix and distortion coefficients.
39+
####1. Briefly state how you computed the camera matrix and distortion coefficients. Provide an example of a distortion corrected calibration image.
40+
4041
The code for this step is contained in the first code cell of the IPython notebook located in "./examples/example.ipynb" (or in lines # through # of the file called `some_file.py`).
4142

4243
I start by preparing "object points", which will be the (x, y, z) coordinates of the chessboard corners in the world. Here I am assuming the chessboard is fixed on the (x, y) plane at z=0, such that the object points are the same for each calibration image. Thus, `objp` is just a replicated array of coordinates, and `objpoints` will be appended with a copy of it every time I successfully detect all chessboard corners in a test image. `imgpoints` will be appended with the (x, y) pixel position of each of the corners in the image plane with each successful chessboard detection.

0 commit comments

Comments
 (0)