搜索资源列表
soft_matting
- 计算拉普拉斯抠图矩阵 用于获得轮廓等 很好用-Matting Laplacian matrix calculations used to obtain contour, etc.
image-dehazing-based-on-opencv
- Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang
softmatting_MATLABcode
- 关于soft matting的MATLAB代码-A closed form solution to Natural Image Matting A. Levin D. Lischinski and Y. Weiss
matting1
- 软抠图算法 用于图像的去除块效应和光圈效应-Soft matting algorithm for the image to remove the block effect and the halo effect
soft-matting
- 《A Closed-Form Solution to Natural Image Matting》一文的代码,可用于图像抠图,抠图效果比photoshop好-《A Closed-Form Solution to Natural Image Matting》image soft matting
DeHaze
- 根据CVPR最佳论文实现的基于暗通道的图像去雾算法(含soft matting),以及算法改进:包括对色彩失真的改进以及一种达到soft matting效果的快速算法-According CVPR Best Paper realized based on dark channel images to fog algorithms (including soft matting), and algorithm improvements: Improvements include color dis
haze-removal
- 基于暗原色去雾的图像代码,用了软抠图和另两种改进算法,附加txt说明文档-Based on dark colors to fog image code, with a soft matting, and another two improved algorithms, additional documentation txt
quwu
- 去雾算法参考了一篇论文: Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,然而论文提到的soft matting未在本程序中实现。-Roughly content is put forward a thing called dark grey prior to the fog image pr
CPU
- 基于暗通道先验理论图像去雾,在vc平台下实现,用到了引导滤波替代软抠图法-Based on the theory of dark channel prior image to fog, in vc platform, use the guide filter replacement soft matting method
dartchannel
- 简单的暗通道先验方法,没有使用软抠图;处理时间较短;-this is a simpledark channel prior method without using soft matting and the time using is short
GPM-
- 一种新颖的退化图像复原算法。结合最大差值先验假设和最大局部对比度先验假设,快速有效的得到退化图像的深度转换估计图。结合软抠图法和shades of the gray算法实现图像去雾和水下图像处理。-A novel degraded image restoration algorithm. Combined with maximum difference between a priori assumptions and maximum local contrast priori hypothese
soft_matting
- 在暗通道先验原理的图像去雾中,广泛使用的软抠图法滤波、引导滤波的的matalab源程序(MATALAB source program of soft matting filtering widely used in image defogging based on dark channel priori principle)