dehazing:单幅图像去雾

时间:2021-06-06 02:37:59
【文件属性】:
文件名称:dehazing:单幅图像去雾
文件大小:3.63MB
文件格式:ZIP
更新时间:2021-06-06 02:37:59
C++ 单幅图像去雾 使用暗通道先验的单个图像去雾。 您可以在 [使用暗通道先验去除单幅图像雾霾] 查看更多信息。 借助boost::ublas和boost numeric bindings实现软抠图,但是速度不快,无法处理大图。 我考虑用 Eigen 重建更多的矩阵操作代码。 您可以在result/文件夹中看到result/ 。 refine_t.png表示通过 [soft matting] 的细化传输图像。
【文件预览】:
dehazing-master
----.gitignore(11B)
----images()
--------2.png(15KB)
--------15.bmp(791KB)
--------11.bmp(1010KB)
--------13.bmp(703KB)
--------1.png(35KB)
--------10.bmp(1.05MB)
--------9.bmp(792KB)
--------8.jpg(554KB)
----Makefile(380B)
----README.md(756B)
----result()
--------refine_t.png(4KB)
--------dehaze.png(16KB)
--------t.png(2KB)
--------dark_channel.png(2KB)
----include()
--------estimate_transmission.hpp(685B)
--------soft_matting.hpp(6KB)
--------estimate_AL.hpp(416B)
--------dehazing.hpp(983B)
--------dark_channel.hpp(1KB)
----dehaze.cpp(2KB)

网友评论