Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff5346b

Browse filesBrowse files
committed
Make it more clear to use OpenCV 3.2.0 and Eigen 3.3.3 with the app
Also added note about hardcoding the paths Fixes #13
1 parent 9947384 commit ff5346b
Copy full SHA for ff5346b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ git submodule update --init --recursive
3838

3939
The project is relying on the environmental variables ```OPENCV_ANDROID_SDK``` and ```EIGEN3_DIR``` in [Android.mk](app/src/main/cpp/Android.mk) to be set to the path of the [OpenCV Android SDK](http://opencv.org/platforms/android) and [Eigen3](https://eigen.tuxfamily.org) libraries.
4040

41-
Both can be installed manually like so:
41+
Please use [OpenCV 3.2.0](https://github.com/opencv/opencv/releases/download/3.2.0/opencv-3.2.0-android-sdk.zip) and [Eigen3 3.3.3](https://bitbucket.org/eigen/eigen/get/3.3.3.zip). Both can be installed from the command line like so:
4242

4343
```bash
4444
wget https://github.com/opencv/opencv/releases/download/3.2.0/opencv-3.2.0-android-sdk.zip -O opencv-android-sdk.zip
@@ -77,4 +77,6 @@ echo %OPENCV_ANDROID_SDK% %EIGEN3_DIR%
7777

7878
__Please note that ```/path/to/``` should be replaced with the actual path to the Eigen and OpenCV Android SDK directories.__
7979

80+
If you have troubles setting the environmental variables, then you can just hardcode the paths in [Android.mk](app/src/main/cpp/Android.mk).
81+
8082
For more information send me an email at <lauszus@gmail.com>.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.