搜索资源列表
lvbo1
- 对图像进行中值、均值、高斯、方框滤波,并改变其参数观看其效果-The image median, mean, Gaussian, block filtering, and change its parameters viewing effect
fangkuanglvbo
- visual c++开发环境下,在数字图像中,方框滤波对图像的处理-block filter for image processing in theDigital image
defog
- [defog.zip] - 里边有除雾的matlab代码以及C++程序,用到了部分opencv函数。 包括以下程序:boxfilter(方框滤波),guidedfilter(导向滤波),minfilt2(最大最小值滤波),cumsum(累积和函数),maxValue(最大值)。运行代码可实现去雾效果。-[Defog.zip]- inside a defogging matlab code and C++ procedure, we
ImageFiltering
- 程序用运方框滤波,均值滤波,高斯滤波,中值滤波,双边滤波5种方法对图像进行处理-Op program block filtering, mean filtering, Gaussian filtering, median filtering, bilateral filtering five methods for image processing
Linear_image_synthesis_filter
- 图像的线性综合滤波,包括方框滤波,均值滤波,高斯滤波-Linear image synthesis filter
boxFilter
- opencv图像方框滤波实现,通过调用opencv封装好的函数进行图像的滤波操作-Opencv image box filter to achieve, by calling opencv package for a good function of the image filtering operation
boxfilter
- 图像处理部分,方框滤波,用于模糊图片,而决定因素与自定义的核有关-Image processing section, box filter, used to blur the picture, and the determinant is related to the custom kernel
Project8方框滤波
- 方框滤波,最简单的线性滤波是移动平均或方框滤波,用 窗口中的像素值平均后输出(Block filtering, the simplest linear filter is moving average or square filter, using the pixel value in the window average output)
滤波
- 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)
blur
- 方框滤波、双边滤波、高斯滤波、中值滤波、均值滤波(medianBlur,bilateralFilter,GaussianBlur,blur,boxFilter)