Skip to content

Commit

Permalink
Merge remote-tracking branch 'oreilly/master' into gary
Browse files Browse the repository at this point in the history
  • Loading branch information
garybradski committed Jun 21, 2017
2 parents 4ae801d + 4d91f17 commit 94dc66a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ This is the example code that accompanies Learning OpenCV 3 by Adrian Kaehler an

~~In progress May 24, 2017~~
~~In progress June 13, 2017~~
**In progress June 20, 2017**

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

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

cd .../Learning-OpenCV-3_examples/build
cmake ..
make -j
* cd .../Learning-OpenCV-3_examples/build
* cmake ..
* make -j

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

0 comments on commit 94dc66a

Please sign in to comment.