搜索资源列表
数字图象处理算法的演示
- 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 &
NOISE GUIBYFFT
- 低通滤波器的设计图象平滑和数字滤波的包括
车牌识别
- Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘。
medfilt_th
- 中值滤波器,可以降低噪音,平滑图像,在图像处理中应用广泛-median filter
Frequencyfiltering
- 频域滤波:要进行频域的图像增强,滤波是非常重要的,常用平滑、锐化和同态三种滤波器-Frequency-domain filtering: To carry out frequency domain, image enhancement, filtering is very important, often smooth, sharpen, and three kinds of filters with the state of
kaerman
- 卡尔曼滤波器,用于平滑惯性器件的输出数据,从而可以对数据进行建模与补偿。 -Kalman filter, inertial device for smoothing the output data, allowing for data modeling and compensation.
Voice-chip
- ISD4004 系列工作电压3V,单片录放时间8 至16 分钟,音质好,适用于移动电话及其他便携式电子产品中。芯片采用CMOS 技术,内含振荡器、防混淆滤波器、平滑滤波器、音频放大器、自动静噪及高密度多电平闪烁存贮陈列。芯片设计是基于所有操作必须由微控制器控制,操作命令可通过串行通信接口(SPI 或Microwire)送入。-The ISD4004 series voltage is 3V, the monolithic recording time to 16 minutes, good so
example
- 使用C++和CUDA编写的双边滤波器。在平滑图像的同时可以保持边界-Using bilateral filter the C++ and CUDA written. Boundary can be kept in the smooth image while
b_filter
- 双边滤波器主体函数,用于可进行边缘保持的图像平滑-The bilateral filter main function for edge preserving image smoothing
kalman
- 在工程运用中,我们往往在卡尔曼滤波器后端连接平滑滤波器构成平滑卡尔曼滤波器,来加强滤波性能的改善,程序通过简单输入信号 在增加随机观测噪声情况下 在平滑卡尔曼滤波前后进行观测对比,可得平滑卡尔曼滤波性能得到了改善。-In engineering application, we often back-end connections in the Kalman filter Kalman smoothing filter the smoothing filter, to enhance filter
Guassian-filter
- 读取图片 并使用高斯低通滤波器对图片平滑-to read a bmp image to compute its smoothed result with a 3*3 Guassian filter (sigma=1)
Image-processing-code(1)
- 图像处理中的一些常用代码,包括:图像反转、灰度线性变换、非线性变换、直方图均衡化、线性平滑滤波器代码-Some of the commonly used image processing code, including: image nonlinear transform inversion of gray linear transformation, histogram equalization linear smoothing filter code
More-practical-5-matlab-code
- 比较实用的5个matlab代码:图像反转,灰度线性变换,非线性变换,直方图均衡化, 线性平滑滤波器-More practical 5 matlab code: Image is reversed, gray linear transformation, a nonlinear transformation, histogram equalization, linear smoothing filter
slide_window_filter
- 滑窗滤波器,实现数据处理 平滑等功能,可自由设置滑窗大小(Slide window fitering)
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
matlab实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器(1. image inversion, 2. gray linear transformation, 3. nonlinear transformation, 4. histogram equalization, 5. linear smoothing filter, 6. median filter)
数字图像处理-matlab代码
- matlab使用代码,包括图像读取及灰度变换,图像旋转,边缘检测,直方图均衡化,线性平滑滤波器等(Matlab uses code, including image reading and gray scale transformation, image rotation, edge detection, histogram equalization, linear smoothing filter, and so on)
线性滤波
- 线性低通滤波器最常用的是线性平滑滤波器,这种滤波器的所有系数都是正的,也称邻域平均。邻域平均减弱或消除了傅立叶变换的高频分量,对噪声的消除有所增强,但是由于平均而使图像变得更为模糊,细节的锐化程度逐渐减弱。 下面使用不同的平滑模板对图像进行滤波:(二维线性滤波fliter2)(The most commonly used linear low-pass filter is the linear smoothing filter, which has all the positive coeff