44This is the example code that accompanies Learning OpenCV 3 by Adrian Kaehler and Gary Bradski (9781491937990).
55
66
7- ** LIST**
7+ ## LIST
88
9- SPECIAL FILES:
9+ ### SPECIAL FILES:
1010
1111* README.md -- this readme file
1212* Dockerfile -- complete self contained opencv environment using Ubuntu 16-04
1313* CMakeLists.txt -- how to buld everything here
1414
15- EXERCISES:
15+ ### EXERCISES:
1616
1717* Exercises at end of Chapter 5
1818* Exercises at end of Chapter 7
@@ -22,7 +22,7 @@ EXERCISES:
2222* Exercises_9_5.cpp Exercises at end of Chapter 9
2323* Exercises at end of Chapter 11
2424
25- EXAMPLES:
25+ ### EXAMPLES:
2626
2727* Example 2-1. A simple OpenCV program that loads an image from disk and displays it
2828* Example 2-2. Same as Example 2-1 but employing the “using namespace” directive
@@ -75,13 +75,13 @@ EXAMPLES:
7575* Example 15-3. Computing the on and off-diagonal elements of a variance/covariance model
7676* Example 15-4. Codebook algorithm implementation
7777* Example 15-5. Cleanup using connected components
78- * EXTRA Example 15-6, using OpenCV's background subtractor class. Modified by Gary Bradski, 6/4/2017
78+ * ** EXTRA** Example 15-6, using OpenCV's background subtractor class. Modified by Gary Bradski, 6/4/2017
7979* Example 16-1. Pyramid L-K optical flow
80- * EXTRA Example 16-2. 2D Feature detectors and 2D Extra Features framework
80+ * ** EXTRA** Example 16-2. 2D Feature detectors and 2D Extra Features framework
8181* Example 17-1. Kalman filter example code
8282* Example 17-2. Farneback optical flow example code
8383* Example 18-1. Reading a chessboard’s width and height, reading them and calibrating
84- * EXTRA Example 18-1. From disk. Reading a chessboard’s width and height, reading them and calibrating
84+ * ** EXTRA** Example 18-1. From disk. Reading a chessboard’s width and height, reading them and calibrating
8585* Example 19-1. Bird’s - eye view
8686* Example 19-2. Computing the fundamental matrix using RANSAC
8787* Example 19-3. Stereo calibration, rectification, and correspondence
@@ -91,7 +91,7 @@ EXAMPLES:
9191* Example 21-1. Creating and training a decision tree
9292* Example 22-1. Detecting and drawing faces
9393
94- IMAGES:
94+ ### IMAGES:
9595
9696* box.png
9797* box_in_scene.png
@@ -109,18 +109,18 @@ IMAGES:
109109* fruits.jpg
110110* stuff.jpg
111111
112- MOVIES:
112+ ### MOVIES:
113113
114114* test.avi
115115* tree.avi
116116
117- CLASSIFIERS:
117+ ### CLASSIFIERS:
118118
119119* haarcascade_frontalcatface.xml #Cat faces!
120120* haarcascade_frontalcatface_extended.xml
121121* haarcascade_frontalface_alt.xml
122122
123- DIRECTORIES:
123+ ### DIRECTORIES:
124124
125125* birdseye -- where the images are of checkerboards on the floor
126126* build -- you will make and build things in this directory
@@ -131,33 +131,9 @@ DIRECTORIES:
131131
132132
133133
134- * ~~ In progress May 24, 2017~~
135- * ~~ In progress June 13, 2017~~
136- * ~~ In progress June 20, 2017~~
137- * ~~ In progress June 22, 2017~~
138- * ~~ In progress July 02, 2017~~
139- * ~~ In progress July 03, 2017~~
140-
141- ** To do:**
142- * ~~ Chapter 15~~
143- * ~~ Chapter 16~~
144- * ~~ Chapter 17~~
145- * ~~ Chapter 18~~
146- * ~~ Chapter 19~~
147- * ~~ Chapter 20~~
148- * ~~ Chapter 21~~
149- * ~~ Chapter 22~~
150-
151- Checking Chapters
152- ~~ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 22 23~~
153134
154135* Submit associated errata for ~~ 15 16~~ 17 18 19 20 21 22
155- * Throw in some bonus material
156- * ~~ background subtraction~~
157- * ~~ feature detector/descriptors~~
158- * ~~ More machine learning~~
159- * Some DNN examples(?)
160- * ~~ Throw in some exercises~~
136+
161137
162138For default suggestions of how the run the code, it assumes you put your build directory under Learning-OpenCV-3_examples directory. Thus, you
163139
0 commit comments