Open Source Computer Vision Library
Go to file
Roman Donchenko f90fd5b0da Split CLAHE into its own file, because it's faster that way.
Yes, it's as ludicrous as it sounds, but it's still true. Bizarrely,
the previous commit makes CLAHE run about 10% slower on Android, even
though it doesn't even touch any CLAHE code. Splitting it off fixes that,
although the reason it does is a mystery for the ages.

It's cleaner when it's in its own file, anyway. ;=]
2013-05-31 12:22:04 +04:00
3rdparty Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
android Build fixes. Build scrips reorganized. 2013-05-28 12:27:56 +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 android -> plarforms/android 2013-05-27 11:10:38 +04:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc android -> plarforms/android 2013-05-27 11:10:38 +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 Split CLAHE into its own file, because it's faster that way. 2013-05-31 12:22:04 +04:00
platforms Build fixes. Build scrips reorganized. 2013-05-28 12:27:56 +04:00
samples Merge pull request #918 from bitwangyaoyao:2.4_samples 2013-05-30 12:01:40 +04:00
.gitattributes Revise git attributes 2013-02-28 03:18:54 +04:00
.gitignore Changed the file .gitignore 2012-08-28 17:46:45 +04:00
CMakeLists.txt Merge pull request #928 from apavlenko:bugfix_3027 2013-05-29 17:10:48 +04:00
CONTRIBUTING.md Add contributing page for Github 2013-04-15 16:57:58 +04:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04: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