搜索资源列表
-
0下载:
在matlab下用Bilateral filter进行High dynamic range 图像 tune的源代码。读取.hdr文件(可用hrdshop生成)
-
-
2下载:
对彩色和灰度图像双边滤波
保持边缘并滤除噪声-Of color and grayscale images and to filter out the edge of the bilateral filter to keep noise
-
-
0下载:
bilateral Filter, 边缘保留滤波器,用于图像处理。-bilateral Filter, to retain the edge filter for image processing.
-
-
1下载:
本算法先将彩色图像变换成灰度图像,在进行基于区域生长法进行图像分割-It segmented image with region growing. Then local adaptation luminance was computed via region-based bilateral filter. It outputted low dynamic range images in conjunction with tone mapping operator.
-
-
0下载:
双边滤波器对图像去噪,可以很好的保存边缘,matlab源码,附参考图-Bilateral filter denoising well preserved edge, matlab source code attached with reference to FIG.
-
-
0下载:
这是一个双边滤波器的源程序,主要用于滤除图像噪声的同时,增强图像的边缘信息与细节,防止过平滑和模糊现象发生。-This is a bilateral filter program written by myself with MATLAB software, which has the capacity to reduce the noise data of an image and restrict the oversmooth phenomenon.
-
-
9下载:
我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。-I finished retouching softwar
-
-
0下载:
基于matlab的双边滤波器图像去雾算法,包含源程序和测试图-Bilateral filter algorithm matlab-based image defogging, including source code and test pattern
-
-
0下载:
在matlab环境下用C语言实现双边滤波器,并对图像进行双边滤波处理-In the matlab environment to achieve a bilateral filter with C language, images and bilateral filtering process
-
-
0下载:
使用步骤:
1.解压缩,
2.设置matlab的c++编译环境(如果以前编译过c文件,可忽略此步骤,我的用的vs2013参照百度资料重新设置了)
3.重新编译 mex bilateralfilter_mex.c
mex robustbilateralfilter_mex.c
mex jointcrossbilateralfilter_mex.c
mex guidedbilateralfilter_mex.c
4.run_test就可以-使用步骤:
1
-
-
0下载:
双边滤波图像去雾程序,该滤波器具有较好的边缘保持特性,和较好的滤波去噪处理。(Bilateral filter image de fogging program, the filter has better edge preservation characteristics, and better filtering denoising.)
-
-
0下载:
用matlab实现的双边滤波器源代码,我只想下个文献,怎么这么麻烦呀(Bilateral filter matlab cod)
-