opencv-clahe
opencv-clahe copied to clipboard
Algorithm fails on 64-bit platform
debugger point me to: while (pImage < pImagePointer) pulHistogram[pLookupTable[*pImage++]]++;
A fix for that can be found here: http://theperfectmixture.wordpress.com/2012/03/28/clahe-in-opencv-removing-the-seg-fault/
I should try and incorporate that, but I'm not working on this right now, though I'll happily accept a pull request that fixes it.