上传者: 42114041
|
上传时间: 2022-03-26 20:25:31
|
文件大小: 6KB
|
文件类型: -
精确的对比度限制自适应直方图均衡
像往常一样,使用pip安装:
$ pip install clahe # from PyPI
$ pip install git+https://github.com/anntzer/clahe # from Github
使用pytest运行测试。
该软件包使用一个简单的移动窗口实现。 可能有必要尝试基于Perreault,S.和Hebert,P .的“恒定时间中值滤波” (2007)的实现。
另请参见的。