Skip to content

Commit 94dc66a

Browse files
committed
Merge remote-tracking branch 'oreilly/master' into gary
2 parents 4ae801d + 4d91f17 commit 94dc66a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ This is the example code that accompanies Learning OpenCV 3 by Adrian Kaehler an
55

66
~~In progress May 24, 2017~~
77
~~In progress June 13, 2017~~
8+
**In progress June 20, 2017**
89

9-
This code is in progress, currently at ~~Chapter 15~~ Chapter 19 (_~~but missing 19_ want to make 18 also read from disk,~~ and
10+
This code is in progress, currently at ~~Chapter 15~~ Chapter 19 (~~but missing 19 want to make 18 also read from disk,~~ and
1011
add in a few other functions), bear with us, the code is coming, both Authors are busy, as always, building startups.
1112
If you want to help, request to join the project. Keep pull requests to one function at a time.
1213
It doesn't have to be just examples from the book, it can be other code snippets from the book,
1314
**exercises**, new functionality or even a "how to use" opencv_contrib functions.
1415

1516
For default suggestions of how the run the code, it assumes you put your build directory under Learning-OpenCV-3_examples directory. Thus, you
1617

17-
cd .../Learning-OpenCV-3_examples/build
18-
cmake ..
19-
make -j
18+
* cd .../Learning-OpenCV-3_examples/build
19+
* cmake ..
20+
* make -j
2021

2122
Note, for your interest, included here is an Ubuntu _Docker_ file that
2223
* Shares a directory with the host operating system

0 commit comments

Comments
 (0)