Open Source Computer Vision Library
Go to file
Andrey Kamaev bcf8dd510f Added CCache support to Android build
To speed up rebuilds, define the NDK_CCACHE environment or CMake variable
to the path to your ccache binary. When declared, the android.cmake.toolchain
automatically uses CCache when compiling any C/C++ source file. For example:

export NDK_CCACHE=ccache
2012-08-27 18:22:00 +04:00
3rdparty Fix Windows build issues 2012-08-22 11:21:09 +04:00
android Added CCache support to Android build 2012-08-27 18:22:00 +04:00
apps fixed #2165 2012-07-12 12:32:54 +00:00
cmake Added CCache support to Android build 2012-08-27 18:22:00 +04:00
data modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012) 2012-08-22 15:48:57 +04:00
doc Fix formatting in Android tutorials 2012-08-17 19:23:45 +04:00
include Fixed linux and android install 2012-06-27 13:52:29 +00:00
ios some tweaks in optimization flags for opencv2.framework 2012-08-20 19:46:52 +04:00
modules Pass list of modules to javadoc generator 2012-08-27 16:48:09 +04:00
samples Fix/workaround bogus error in Android samples running on Android 4.1.1 2012-08-24 16:24:53 +04:00
.gitignore Add ignore for *.user files 2012-08-10 17:37:52 +04:00
CMakeLists.txt Added CCache support to Android build 2012-08-27 18:22:00 +04:00
index.rst adding OpenCV Manager 2012-06-21 14:50:05 +00:00
README updating README content 2012-07-24 17:59:55 +04:00

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org