Ask Your Question

csnate's profile - activity

2016-10-24 16:56:31 -0600 received badge  Nice Answer (source)
2014-08-12 06:45:41 -0600 commented answer CLAHE on 16bit images?

Mainline OpenCV supports 16-bit images as of today.

2014-08-06 07:40:58 -0600 commented answer CLAHE on 16bit images?

@StevenPuttermans - That was me :) I am still in the process of fixing some bugs with it. But hopefully within the next week or so I'll be done.

2014-08-05 03:04:18 -0600 received badge  Teacher (source)
2014-08-05 02:38:21 -0600 received badge  Necromancer (source)
2014-08-04 12:16:42 -0600 received badge  Editor (source)
2014-08-04 10:52:18 -0600 answered a question CLAHE on 16bit images?

Hi, I know this is a bit old, but I found this answer when trying to use 16-bit images with OpenCV's CLAHE and wanted to answer for others looking for this. I actually modified the algorithm to accept any integral type.

EDIT: Mainline OpenCV's CLAHE now supports 16-bit images.