搜索资源列表
bilateralfilter
- 这是一个matlab程序,用双边滤波器实现了图像内插.
bilateralFilter
- 用bilateral Filter 去除噪声
bilateralfilter
- 这是一个matlab程序,用双边滤波器实现了图像内插.-This is a matlab program, using the bilateral filter to achieve an image interpolation.
bilateralFilter
- 用bilateral Filter 去除噪声-Bilateral Filter used to remove noise
bilateralfilter
- 2-D bilateral filtering-This function implements 2-D bilateral filtering using the method outlined in: C. Tomasi and R. Manduchi. Bilateral Filtering for Gray and Color Images. In Proceedings of the IEEE internati
bilateralFilter
- bilateral filter matlab code
BilateralFilter
- bilateral filter 代码 对彩色图像进行处理-bilateral filter code
BilateralFilter-src
- O(1)复杂度的双边滤波,基于2011年最新论文。-O (1) the complexity of bilateral filtering based on the 2011 papers.
BilateralFilter
- 主要使用C++ 代码编写 ,仅仅使用了opencv的读入图片和保存图片功能,代码非常优化,易读懂,双边滤波是计算机视觉领域必不可少的技术,最经典的技术,此代码能共助你100 理解双边滤波器的工作原理。-bilateral filtering is the most important knowledge in image process, this BF source code is 100 implementation by my
BilateralFilter
- 双边滤波代码,用matlab实现,灰度图和彩色图都能用,简单容易看懂-Bilateral Filtering.Implemented in matlab, both gray and color images are applicable.It s easy to read.
bilateralfilter
- 迭代的双边滤波
bilateralfilter
- 基于双边滤波的高动态图像显示,把10位的图像显示在8位的显示器上- High dynamic image display based on bilateral filtering
bilateralFilter.m
- 双边滤波模板主要有两个模板生成,第一个是高斯模板,第二个是以灰度级的差值作为函数系数生成的模板。然后这两个模板点乘就得到了最终的双边滤波模板。第一个模板是全局模板,所以只需要生成一次。第二个模板需要对每个像素都计算一次,所以需要放到循环的里面来生成。-There are two main bilateral filtering template template generation, the first one is the Gaus
Bilateralfilter
- 简单的matlab双边滤波程序,用于图像双边滤波,相当于美图秀秀的磨皮功能-jiandande matlab bilateralfilter program
bilateralFilter
- 双边滤波的快速实现,基于C++和Opencv,速度非常快,是很实用的保边缘滤波器-The rapid implementation of bilateral filtering, based on C++ and Opencv, very fast, very useful edge filter
bilateralFilter
- 双边滤波器,测试过没有问题不会报错,供学习交流(Bilateral filter, tested, no problem, not wrong, for learning exchange)
bfilter2
- 双边滤波;matlab;附带demo,可以运行,供借鉴(bilateralfilter This is the matlab code of the filter and it has a demo)
blur
- 方框滤波、双边滤波、高斯滤波、中值滤波、均值滤波(medianBlur,bilateralFilter,GaussianBlur,blur,boxFilter)
bilateralFilter
- 实现对图像进行双边滤波处理 先将图像转化为灰度图,再调用该函数即可(The image is processed by bilateral filtering.Convert the image to grayscale, then call the function.)