opencv/modules/imgproc
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
..
doc Bug #2960 : docs about CV_BGR2GRAY 2013-05-25 01:50:41 +05:30
include/opencv2/imgproc CPU implementation of CLAHE 2013-03-25 17:44:31 +04:00
perf Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 2013-04-15 19:39:49 +04:00
src Split CLAHE into its own file, because it's faster that way. 2013-05-31 12:22:04 +04:00
test Added tests for RGB to YUV420p color conversion 2013-02-25 17:01:07 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00