搜索资源列表
bfCanny
- 基于双边滤波的图像Canny边缘检测。先对图像进行双边滤波,再对其进行Canny算子的边缘检测。-Based on bilateral filtering image Canny edge detection. The first image bilateral filtering, and then them Canny edge detection operator.
bilateral_filter
- 双边滤波器,是一种可以保边去噪的滤波器,好处是可以做边缘保存-bilateral filter
bilatral-filtering
- 最早最权威的双边滤波论文 C. Tomasi 和 R. Manduchi所写-The earliest and most authoritative bilateral filtering papers written by C. Tomasi and R. Manduchi
Bilateral-Blur
- This project for OpenCV C++. This filter is able to reduce noise of the image while preserving the edges. The drawback of this type of filter is that it takes longer time to process.- This is project for OpenCV C++. This filter is able to re
guidaoshuangbianlvbo
- 该源码实现读入一幅图像并通过创建滑块调整参数的方法对图像进行双边滤波,效果明显,可以直接编译。-The source code to achieve read in an image and by creating a slider to adjust the parameter method for bilateral filtering, obvious effect, can be directly compiled.
Fast-O(1)Bilateral-Filter
- Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
ImageFiltering
- 程序用运方框滤波,均值滤波,高斯滤波,中值滤波,双边滤波5种方法对图像进行处理-Op program block filtering, mean filtering, Gaussian filtering, median filtering, bilateral filtering five methods for image processing
shaungbian
- 利用opencv实现图像的双边滤波处理,调用内部函数进行双边滤波操作-Use opencv achieve bilateral filtering image processing, calls internal functions to bilateral filtering operation
滤波
- 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)