Ask Your Question

melodisease's profile - activity

2017-12-31 17:40:09 -0600 received badge  Student (source)
2017-02-23 07:25:48 -0600 received badge  Enthusiast
2017-02-23 07:25:46 -0600 received badge  Enthusiast
2016-10-31 14:38:01 -0600 received badge  Scholar (source)
2016-10-30 05:19:04 -0600 commented answer Number of bins in CLAHE?

No success yet due to re-building issues, but I got your point concerning the modification of the source. Thanks again!

2016-10-29 16:39:19 -0600 received badge  Supporter (source)
2016-10-29 16:39:14 -0600 commented answer Number of bins in CLAHE?

Do you mean I need just to update clahe.cpp with default values of 'shift' in templates? I tried either setting defaults in template xxx <... int shift = 2> and replacing 'shift' variables to 2, but the picture hasn't changed, unfortunately. Sorry, do I have to update imgproc lib somehow, or am I wrong in some other way? Thanks!

2016-10-29 12:29:48 -0600 asked a question Number of bins in CLAHE?

Hello!

Just like in ImageJ I want to set up CLAHE parameter of "histogram bins" to which (as far as I understand) the excess of pixels are dropped.

According to reference only clipLimit and tilesGridSize can be tuned. Any ideas how to implement the desired one? Thanks!

upd: C++, OpenCV 3.1.0 if necessary.