opencv-clahe icon indicating copy to clipboard operation
opencv-clahe copied to clipboard

Algorithm fails on 64-bit platform

Open bnascimento opened this issue 11 years ago • 2 comments

debugger point me to: while (pImage < pImagePointer) pulHistogram[pLookupTable[*pImage++]]++;

bnascimento avatar Mar 07 '13 19:03 bnascimento

A fix for that can be found here: http://theperfectmixture.wordpress.com/2012/03/28/clahe-in-opencv-removing-the-seg-fault/

bnascimento avatar Mar 08 '13 10:03 bnascimento

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.

joshdoe avatar Mar 13 '13 13:03 joshdoe