Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
opencv2 README.md: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Goldman committed Mar 20, 2015
1 parent 0a28343 commit 7600354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ This `opencv2` directory contains a copy of the OpenCV header files.

When building the iOS or Android versions of card.io, this directory is not actually needed. Each of those projects contains its own `opencv_device` directory, which includes these header files as well as the relevant OpenCV static libraries built for that platform.

But if you are trying to use card.io's `dmz` project in a different context, such as building card.io for a platform other that iOS or Android, these header files might come in handy.
But if you are trying to use card.io's `dmz` project in a different context, such as building card.io for a platform other than iOS or Android, these header files might come in handy.

In that case, however, you will still need to build your own platform-specific OpenCV static libraries. Specifically these two: `libopencv_core.a` and `libopencv_imgproc.a`.

For some possibly helpful (though possibly not at all helpful) hints on downloading and building OpenCV, see https://github.com/card-io/card.io-iOS-source/blob/master/opencv_device/doc/notes.txt
For some possibly helpful (though possibly not at all helpful) hints on downloading and building OpenCV, see https://github.com/card-io/card.io-iOS-source/blob/master/opencv_device/doc/notes.txt

0 comments on commit 7600354

Please sign in to comment.