• Roman Donchenko's avatar
    Split CLAHE into its own file, because it's faster that way. · f90fd5b0
    Roman Donchenko authored
    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. ;=]
    f90fd5b0
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2/imgproc Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...