Split CLAHE into its own file, because it's faster that way.
authorRoman Donchenko <roman.donchenko@itseez.com>
Thu, 30 May 2013 15:05:59 +0000 (19:05 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Fri, 31 May 2013 08:22:04 +0000 (12:22 +0400)
commitf90fd5b0da289759a29e3129242a20c67922443f
tree02b1d0759d0fb662100cf9ebef3f2a471c551839
parent29b13ec1def5e0a643aee73a5d13ebdfb9c07d30
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. ;=]
modules/imgproc/src/clahe.cpp [new file with mode: 0644]
modules/imgproc/src/histogram.cpp