关于OpenCV Demo 2
您可以随时随地在自己的各种设备上畅享数百万最新的 Android 应用、游戏、音乐、电影、电视节目、图书、杂志等精彩内容。
A demo app, based partly on the samples provided with the OpenCV library (Java wrapper version, v2.4.4). Demonstrates the use of Canny edge detection, Hough lines, Hough circles, 'in-range' colour detection, separate channel view, face detection, good-features-to-track and optical flow.
This app replaces the earlier version which has now been removed from play.google.
Larger screens (eg tablets) may be slow due to the amount of data being processed.
Read more about the app at http://www.barrythomas.co.uk/machinevision.html - Source code of the key sections of the frame processing loop are on the web site.
The app was written mainly as a learning exercise and is provided with no guarantee of road worthiness or fitness for purpose. Let me know if you want a copy of the source code.
最新版本2.11的更新日志
2.1 Added optical flow.
2.0 First release of this version, written for OpenCV2.4.4 Manager and Android 4.2.
Changes from the earlier version: Hough lines, circles and Canny edges now on separate menu options; face detect now copies the largest face in view to the top left of the screen, then if it is not the same as the previous largest face, it saves it to the Pictures director; RGB separate channel view now removed.