基于双边滤波+retinex理论的图像中增强,增强图像细节
2019-12-21 21:38:19 12.92MB retine 双边滤波
1
自己实现的双边滤波代码及测试图像,基于OpenCV3.0&VS2013;;只需一个积分,如果没有积分,请带博客下留言邮箱,看到后会第一时间发送。博客地址:https://blog.csdn.net/u013921430/article/details/84532068
2019-12-21 21:29:15 295KB 双边滤波 OpenCV
1
Collection of Computer Vision algorithms implemented in Matlab. Algorithms: seam carving ("Seam carving for content-aware image processing" by S. Avidan & A. Shamir, 2007) Algorithm and code are described in details http://kirilllykov.github.io/blog/2013/06/06/seam-carving-algorithm/ bilateral filter ("Bilateral filtering for gray and color images" by C. Tomasi & R. Manduchi, 1998) fast bilateral filter ("A fast approximation of the bilateral filter using a signal processing approach" by S. Paris & F. Durand, 2006) retinex ("Retinex by two bilateral filters" by M. Elad, 2005) shape from shading algorithm by Horn and Ikeuchi ("The Variational Approach to Shape from Shading" by B. Horn and M. Brooks, 1985) optical flow algorithm by Horn-Shunck for an array of input images ("Determining optical flow" by Horn and Schunck, 1980) generator of random surface and closed curve, auxiliary code
2019-12-21 21:25:14 61KB bilateral filter retinex
1
本程序是通过Matlab编写的基于双边滤波的图像增强,希望能对研究这方面的朋友有所帮助!
2019-12-21 21:11:06 1.42MB Retinex
1
双边滤波器源码(MATLAB版本),相关资源地址: 原作者网站 1:http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/MANDUCHI1/Bilateral_Filtering.html#Introduction MATLAB版本源码下载地址 2:http://www.mathworks.com/matlabcentral/fileexchange/12191-bilateral-filtering Fast Bilateral Filter 3:http://people.csail.mit.edu/sparis/bf/ 相关介绍的博客 4:http://blog.csdn.net/abcjennifer/article/details/7616663
2019-12-21 21:08:23 118KB 双边滤波器 bilateral filter
1
主要使用C++ 代码编写 ,仅仅使用了opencv的读入图片和保存图片功能,代码非常优化,易读懂,双边滤波是计算机视觉领域必不可少的技术,最经典的技术,此代码能共助你100%理解双边滤波器的工作原理。
2019-12-21 20:59:58 2.08MB 双边滤波器
1
可以实现,简洁易懂,根据论文所编。包括对灰度图像,彩色(RGB)图像进行双边滤波。既能平滑图像,用能保持边缘信息。
2019-12-21 20:58:38 34KB 双边滤波 matlab 代码
1
利用双边滤波方法进行图像处理,所用的软件为MATLAB,其中一个.m文件为函数文件,另一个.m为测试文件,具体处理所需时间大约十多秒,也可能二三十秒,看情况,运行时耐心等下
2019-12-21 20:51:00 272KB MATLAB 图像处理 双边滤波
1
双边滤波器论文“Bilateral filtering for gray and color images”代码复现及其改进代码 matlab代码
2019-12-21 20:20:03 126KB 双边滤波 matlab代码
1
该代码是对作者博文《图像滤波常见方法原理总结及VC下实现》中所描述方法的实现。代码基于MFC对话框编程,首先进行彩色图像的灰度化,在此基础上,实现了四种常见的滤波方式,包括高斯滤波,中值滤波,均值滤波以及双边滤波。
1