Open Source Computer Vision Library
Go to file
Roman Donchenko 3ea4836a0a Changed the impls argument to be an array name.
Turns out, you can't use preprocessor directives inside macro arguments.
Who'd have thought?
2013-06-20 15:18:35 +04:00
3rdparty Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
android Fix build problems on MIPS and Linaro NDK. 2013-06-13 16:51:45 +04:00
apps Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
cmake Fix cmake path finding for amd libs. 2013-06-19 11:31:42 +08:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc Fix bug with indices 2013-06-14 13:12:35 +04:00
include Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
ios enabled png and jpeg for iOS 2013-03-25 11:19:29 +04:00
modules Changed the impls argument to be an array name. 2013-06-20 15:18:35 +04:00
platforms Fix build problems on MIPS and Linaro NDK. 2013-06-13 16:51:45 +04:00
samples Fixes bug #3071. 2013-06-13 11:51:45 +04:00
.gitattributes Fix typo in .gitattributes. 2013-06-05 13:51:11 +04:00
.gitignore Changed the file .gitignore 2012-08-28 17:46:45 +04:00
CMakeLists.txt Merge pull request #929 from dominikrose:mingw-libdc1394-2-windows 2013-06-14 15:46:25 +04:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
README Replace the pull request guidelines with a link to the wiki. 2013-05-27 17:48:34 +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

Please read before starting work on a pull request:
  http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.