Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 22ce937

Browse files
committed
Merge pull request #3 from tomvdv/master
Fix readme
2 parents 89947b8 + 2afc96d commit 22ce937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ to the `./samples` folder:
3535

3636
6. Compile the `mergevec.cpp` file in the `./src` directory:
3737

38-
cp src/mergevec.cpp ~/opencv-2.4.5/apps/haartraining
39-
cd ~/opencv-2.4.5/apps/haartraining
38+
cp src/mergevec.cpp ~/opencv-2.4.9/apps/haartraining
39+
cd ~/opencv-2.4.9/apps/haartraining
4040
g++ `pkg-config --libs --cflags opencv | sed 's/libtbb\.dylib/tbb/'`\
4141
-I. -o mergevec mergevec.cpp\
4242
cvboost.cpp cvcommon.cpp cvsamples.cpp cvhaarclassifier.cpp\
@@ -62,7 +62,7 @@ days probably, depending on the computer you have and how big your images are).
6262

6363
10. Use your finished classifier!
6464

65-
cd ~/opencv-2.4.5/samples/c
65+
cd ~/opencv-2.4.9/samples/c
6666
chmod +x build_all.sh
6767
./build_all.sh
6868
./facedetect --cascade="~/finished_classifier.xml"

0 commit comments

Comments
 (0)