搜索资源列表
StereoMatch_1_0
- Richard Szeliski的立体视觉程序,通过光流的方法实现立体匹配
boxFilter
- Box Filter Using CUDA For The 2D Images
boxfilter
- 包滤波器,主要功能是在给定的滑动窗口大小下,对每个窗口内的像素值进行相加求和-Packet filter, the main function is given under the sliding window size for each window of the pixel values summed
boxfilter
- matlab implemation of box filter
boxFilter_c
- 导向滤波中关键算法boxFilter算法C++代码,该代码在opencv-2.4.3支持下可以直接用matlab编译成boxFilter_c.mexw32实现混合编程。 -boxFilter for C++ based on opencv-2.4.3
junzhilvbo
- 采用boxfilter函数编写的均值滤波器,用于图像去噪等,等显著提升滤波速度。-Boxfilter function written using the mean filter for image denoising, etc., etc. significantly improve the filtering speed.
boxfilter
- 图像去雾中所用到的导向滤波中的Box滤波器的C语言代码-the C source code of Box filter in guided filter used in haze removel
BoxFilter
- 自己编写的c代码,实现图像的快速均值滤波,采用盒子积分算法。-C write your own code, to achieve fast average filtering of the image, using box integration algorithm.
defog
- [defog.zip] - 里边有除雾的matlab代码以及C++程序,用到了部分opencv函数。 包括以下程序:boxfilter(方框滤波),guidedfilter(导向滤波),minfilt2(最大最小值滤波),cumsum(累积和函数),maxValue(最大值)。运行代码可实现去雾效果。-[Defog.zip]- inside a defogging matlab code and C++ procedure, we
boxFilter
- 盒状滤波器,可以用来用来对图像进行滤波,对图像的预处理-Box-shaped filter can be used for image filtering, pre-processing of the image
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
boxfilter
- boxfilter函数的matlab和c++代码,盒式滤波器,不需要opencv环境,亲测可用(opencv lib is not needed)
boxfilter
- 用盒状滤波器对积分图像进行滤波,在进行特征点检测,大大减少了时间。(Using the box filter to filter the integral image, the feature points are detected and the time is greatly reduced.)
opencv
- OPENCV中空域滤波去噪函数Blur、boxFilter、MediaBlur和GaussianBlur等函数的使用方法;空域锐化函数Sobel、Laplacian等函数的使用方法(The method of using the spatial domain filtering de-noising function in OPENCV;)
blur
- 方框滤波、双边滤波、高斯滤波、中值滤波、均值滤波(medianBlur,bilateralFilter,GaussianBlur,blur,boxFilter)