搜索资源列表
guided-image-filter
- 引导滤波器,以中值滤波器为基础,实现图像的引导滤波-guided filter based on median filter
wgif
- 立体匹配,引导滤波, 加权引导滤波,对立体匹配进行操作(stereo matching and guided image filtering)
fast-guided-filter-code-v1
- 快速加权引导滤波,对引导滤波加速,但是是以损失精度为代价(Fast weighted bootstrap filtering accelerates the bootstrap filtering, but at the expense of loss accuracy)
weighted_median_filter_approx
- 加权引导滤波的一般实现方式,内有代码注释(A general implementation of weighted bootstrap filtering with code annotations)
MSR
- 采用多尺度引导滤波的自适应retienx算法,实现不同光照条件下的图像增强(Adaptive retienx algorithm using multiscale guided filtering to achieve image enhancement under different illumination conditions)
引导滤波
- 该文件中主要是何凯明的引导滤波算法,他主要实现图像滤波,图像增强,图像扣图,图像锐化等,里面含有相关的图像。