Go to file
Alexander Pacha eaa29110e1 Fixed issue 3130 (http://code.opencv.org/issues/3130), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors.
Now it behaves like ORB (and how it is documented), and you can call BRISK to just generate feature points and no descriptors.
2013-07-04 16:36:29 +12:00
3rdparty TBB updated to version 4.1 update 4. 2013-06-27 15:47:23 +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 Merge pull request #1018 from jet47:cuda-5.5-arm 2013-06-28 14:26:45 +04:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc Removed references to opencv.itseez.com 2013-06-28 12:48:12 +04:00
include Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
modules Fixed issue 3130 (http://code.opencv.org/issues/3130), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors. 2013-07-04 16:36:29 +12:00
platforms adding 'ios.h' to ignore list should work on non-Mac) 2013-07-01 10:03:08 +04:00
samples Merge pull request #1061 from bitwangyaoyao:2.4_fix2 2013-07-01 13:21:12 +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.