Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何网站对 CLAHE 算法有完整的解释,也许还有一些示例代码。到目前为止,我只找到了 matlab 的代码,没有任何解释,我需要自己实现(最好在 java 中)。
谢谢
一些基本解释:
http://en.wikipedia.org/wiki/Adaptive_histogram_equalization
和一个代码示例:
http://rsb.info.nih.gov/ij/plugins/clahe/index.html
单击“CLAHE_.java”获取代码。