Skip to content

Commit

Permalink
update How to compile on iOS ----> README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhengxin committed Sep 28, 2016
1 parent ebfa2f7 commit a6e84cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

git clone [https://github.com/RoboPai/sdm.git](https://github.com/RoboPai/sdm.git)

cd sdm/example/
cd sdm/example/
./Roboman-SDM-TEST.exe

You will look like as follows:
Expand Down Expand Up @@ -39,9 +39,9 @@ Maybe you should modify the CMakeLists.txt about OpenCV libs
./Roboman-SDM-TEST

### How to compile on iOS?

Add the OpenCV2.framework & src folder to you source codes, compile & enjoy it.
Copy "haar_roboman_ff_alt2.xml" & "roboman-landmark-model.bin" to your iOS Project.
Add the OpenCV2.framework to you iOS Project, make sure you can easily read camera and show frame with OpenCV. And copy the include folder under src folder to you iOS Project source code, just copy, not anything else. And then "#include "include/ldmarkmodel.h"" in your .mm file, make sure not in .h file, use it like test_model.cpp, Compile & enjoy it.

### How to compile on Android?

According to Android-cmake-Tool.
According to Android-cmake-Tool.

0 comments on commit a6e84cd

Please sign in to comment.