CLAHE on 16bit images?
hi, is it somehow possible to use the opencv implementation of the CLAHE-algorithm on 16-bit Images? Thanks for your answer.
hi, is it somehow possible to use the opencv implementation of the CLAHE-algorithm on 16-bit Images? Thanks for your answer.
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.
There is already a pull request for this functionality. Passed by it some time ago :) More info here
Thank you for the pull request! It will help people alot!
Current implementation supports only 8-bit grayscale images. Code modification is required for 16 bit input.
Hi,
Please check out this link: Result of CLAHE is different on 8 and 16 bit grayscale image.
Asked: 2013-06-10 04:13:35 -0600
Seen: 1,843 times
Last updated: Oct 24 '16