搜索资源列表
gaosijinzita
- 高斯金字塔,对图像进行高斯模糊然后建立多尺度空间-Gaussian pyramid, Gaussian blur the image and then create a multi-scale spatial
display_picture_blur
- 包含常见的图像平滑操作,如高斯模糊,中值滤波等-Common images include smooth operation, such as Gaussian blur, median filter, etc.
image-blur
- 使用opencv实现的图像模糊功能,程序简单易懂,适合入门的人士看。-Using opencv to achieve image blur function, the program is simple and easy to understand, people look for entry.
Homogeneous-Blur
- This project for OpenCV C++. It takes simply the average of the neighbourhood of a pixel and assign that value to itself. You have to choose right size of the kernel. If it is too large, small features of the image may be disappeared and image
Gaussian-Blur
- This project for OpenCV C++. This is the most commonly used smoothing method. This is also used to eliminate noises in an image. Gaussian kernel is slided across the image to produce the smoothed image. Size of the kernel and the standar
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
pinghua
- 实现对图像平滑模糊,有简单平滑、高斯模糊和中值滤波三种可选,基于OPenCV类库实现,代码可直接运行-Achieve a smooth blur the image, a simple smooth, Gaussian blur and median filtering three options, OPenCV-based library, the code can be run directly
Gaussian-prymid
- 为在图像处理、计算器视觉、信号处理上所使用的一项技术。 高斯金字塔本质上为信号的多尺度表示法,亦即将同一信号或图片多次的进行高斯模糊,并且向下取样, 藉以产生不同尺度下的多组信号或图片以进行后续的处理,例如在影像辨识上,可以藉由比对不同尺度下的图片,以防止要寻找的内容可能在图片上有不同的大小。 高斯金字塔的理论基础为尺度空间理论,而后续也衍生出了多分辨率分析。- As a technique in image processing, computer vision, signal proce
blur_test
- 图像模糊度的计算,可以用于图像的特征提取,图像质量评价等-image blur
Face-Recognition
- 非匀速运动模糊光照和姿态人脸识别,英文文献-Face Recognition Across Non-Uniform Motion Blur, Illumination, and Pose
boxfilter
- 图像处理部分,方框滤波,用于模糊图片,而决定因素与自定义的核有关-Image processing section, box filter, used to blur the picture, and the determinant is related to the custom kernel
OpencvFile
- 图像的基本处理包括7个CPP文件分别是图像简单读取,图像灰度化,图像对比度亮度调节,图片旋转高斯模糊及2个去雾霾程序都是利用VS2015+Opencv3.2实现-The basic processing of the image includes 7 CPP files are simple to read the image, image grayscale, image contrast brightness adjustment, image rotation Gauss blur and
blur
- 将图片模糊化处理,环境vs2010 2013均可,opencv版本2.4.9-The picture will be fuzzy processing, environment vs2010 2013 can be, opencv version 2.4.9
platelocate2
- 车牌处理,进行高斯模糊、sobel算子以及阈值分割(Plate processing, gaussian blur, sobel operator and threshold segmentation)
blur&canny
- 把图像进行10次blur,每次blur三个梯度的canny。opencv的教程两本(Take the image 10 times blur, each time blur three gradient canny)
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)