搜索资源列表
高斯金字塔
- 对图像进行压缩,放大,并实现了高斯金字塔滤波
用高斯和离子滤波来跟踪视频图像中的移动对象
- 用高斯和离子滤波来跟踪视频图像中的移动对象,和模式识别有关-And ions with Gaussian filtering to track video images of
图像处理高斯滤波
- 用于图像处理,采用高斯函数滤波,
opencv_gaussian filter median filter
- opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
CSharpFilters
- C#写的滤波程序,通常的图像处理源码都是VC写的,这个是C#的,可以做高斯滤波等-C# to write filtering procedures, the usual source image processing are written by the VC, this is C#, can do Gaussian filter
zt
- 图像高斯滤波,再边缘检测中,首先要用到高斯滤波-images Gaussian filtering, edge detection again, the first use of the Gaussian filter! !
ImageProcessAndVision
- 数字图像处理的源码。包含图像边缘检测,图像高斯滤波,拉普拉斯变换,直方图均衡等。-digital image processing source. Contains images edge detection, image Gaussian filtering, Laplace transform, such as histogram equalization.
Tint
- 演示矩阵处理,高斯滤波、获取图像属性。可以进行对比度、亮度、伽玛校正,缩放等功能。-demonstration matrix, Gaussian filtering, the image attributes. Can contrast, brightness, gamma correction, scaling function.
gfilter
- 高斯滤波处理源代码,对图像的处理效果很好 -Gaussian filter source code, the right image processing with good results
reply_1_855734
- // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //
ImgViewer1107
- 简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automati
gauss_image_process
- 基于高斯滤波的图像处理算法,在各种图像处理的试验中效果非常不错。-Gaussian filter based on the image processing algorithms, image processing in all the test results very well.
ImageProcessorCourseDesign
- ·图像检测:包括显示灰度直方图、Canny算子边缘检测; ·图像增强:包括随机噪声、傅立叶变换、中值滤波、高斯滤波; ·色彩变换:包括彩色->灰度、反色处理、亮度调整、直方图均衡化。 -Image Detection : to show gray histogram, Canny edge detection operator; Image enhancement : including random noise, Fou
image_process_codes
- 包含了多种常用的数字图像处理方法的实现代码,图像镜像、平移、旋转、缩放,高斯滤波、拉普拉斯锐化、中值滤波、二值变换、阈值变换、傅立叶变换、离散余弦变换等-contains a variety of commonly used digital image processing methods to achieve code, mirror images, translation, rotation, zoom, Gaussian filt
gauss_divid_1
- 通过高斯滤波器滤出高斯曲面作为阈值分割dicom医学图像-through Gaussian filter out the Gaussian surfaces as a threshold of medical image segmentation dicom
im_smooth
- 本程序功能为图像平滑的实现,平滑方法包括中值滤波、均值滤波和高斯滤波算法。可直接下载运行。-The program features for the realization of image smoothing。 The smoothing methods include median filtering, average filtering and Gaussian filtering algorithm. This program
内置摄像头+高斯滤波+边沿检测
- 调用笔记本内置摄像头实时显示图像,并且使用高斯滤波+边沿检测(Call the notebook built-in camera, real-time display images, and use Gauss filter + edge detection)
高斯滤波
- vs2010 opencv 数字图像处理对图像进行高斯滤波(vs2010 opencv GaussianBlur)
高斯滤波
- 输出不同截止频率的滤波图像和不同截止频率的滤波图像的幅度谱。(Different filter images are output for different cutoff frequencies.)
二维高斯滤波matlab
- 此程序是应用于图形图像处理,基于matlab软件的二维高斯滤波算法实现。(This program is applied to graphics and image processing, based on MATLAB software two-dimensional Gauss filtering algorithm.)