当前位置:
首页 资源下载
搜索资源 - smoothing linear filters
搜索资源列表
-
0下载:
图像平滑 中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节,Image smoothing median filter belong to non-linear smoothing filters, which can eliminate noise and protect the image details
-
-
0下载:
图像的平滑滤波。通过平滑线性滤波器和中值滤波两种方法对噪声污染的图像进行净化。,Image smoothing filter.By smoothing the linear filters and median filter for noise pollution are two ways to purify the image.
-
-
0下载:
这是一个基于偏微分方程的图像处理问题的非线性平滑滤波器的程序!-This is a partial differential equations based on the question of image processing procedures for non-linear smoothing filters!
-
-
0下载:
FIR(Finite Impulse Response)滤波器:有限长单位冲激响应滤波器,是数字信号处理系统中最基本的元件,它可以在保证任意幅频特性的同时具有严格的线性相频特性,同时其单位抽样响应是有限长的,因而滤波器是稳定的系统。因此,FIR滤波器在通信、图像处理、模式识别等领域都有着广泛的应用。-FIR (Finite Impulse Response) filters: finite impulse response filter unit, digital signal processi
-
-
0下载:
目录
1.图像反转 2
2.灰度线性变换 2
3.非线性变换 4
4.直方图均衡化 5
5. 线性平滑滤波器 6
6.中值滤波器 7
7.用Sobel算子和拉普拉斯对图像锐化: 8
8.梯度算子检测边缘 9
9.LOG算子检测边缘 11
10.Canny算子检测边 缘 12
11.边界跟踪 (bwtraceboundary函数) 13
12.Hough变换 14
13.直方图阈值法 16
14. 自动阈值法:Otsu法 18
15.膨胀
-
-
0下载:
目录
1.图像反转 2
2.灰度线性变换 2
3.非线性变换 4
4.直方图均衡化 5
5. 线性平滑滤波器 6
6.中值滤波器 7
7.用Sobel算子和拉普拉斯对图像锐化: 8
8.梯度算子检测边缘 9
9.LOG算子检测边缘 11
10.Canny算子检测边 缘 12
11.边界跟踪 (bwtraceboundary函数) 13
12.Hough变换 14
13.直方图阈值法 16
14. 自动阈值法:Otsu法 18
15.膨胀
-
-
0下载:
The function alphaBetaFilter implements a generic algorithm for an alpha-beta filter that is a linear state estimation for position and velocity given an observed data. It acts like a smoothing. Also closely related to Kalman filters and to linear st
-
-
1下载:
本软件大致具有以下功能:
1. 打开时显示特效
.无
.随机
.向下扫描
.垂直双重扫描
.向右移动
.水平双重移动
.垂直百叶窗
.水平百叶窗
.垂直栅条
.水平栅条
.马赛克
.雨滴
2. 对图像进行点运算
.灰度直方图
.灰度线性变换
.灰度非线性变换(对数变换)
.灰度阈值变换
.灰度均衡
3. 对图像几何变换
.平移变换
.镜像变换
.缩放
.旋转
4. 图像增强
.简单平滑
.
-
-
0下载:
The guided filter can be used as an edge-preserving smoothing operator like the popular bilateral filter, but has better behaviors near edges. The guided filter is also a more generic concept beyond smoothing: it can transfer the structures of the gu
-
-
0下载:
Chapter 3 of text book “Digital Image Processing” Gonzales named Intensity Transformations and Spatial Filtering, which consists of 6 sub-sections including (1) Basics intensity transformation functions, (2) Histogram Processing, (3) Spatial Filterin
-
-
0下载:
主要关于平滑空间滤波例如平滑线性滤波器和统计排序滤波器方法的讲解及相关代码。-Mainly on smoothing spatial filtering such as smoothing linear filters and statistical sorting filter method to explain and related code 。
-
-
0下载:
高斯滤波器是一类根据高斯函数的形状来选择权值的线性平滑滤波器。高斯平滑滤波器对于抑制服从正态分布的噪声非常有效。(The Gauss filter is a class of linear smoothing filters that select weights based on the shape of the Gauss function. The Gauss smoothing filter is very effective in suppressing noise that obey
-
-
3下载:
(1)图像基本操作:不同格式(大于3种)图像的读入与存盘、文字叠加、不同彩色空间的转换、图像的DCT及FFT变换等;
(2)图像增强:包括直方图拉升(线性和非线性)、直方图均衡、平滑与锐化(采用不同的滤镜),美颜(加分项);
(3)图像恢复:几何操作(如旋转、缩放、投影校正等)、模糊恢复(如运动模糊消除等,加分项);
(4)图像合成(加分项):实现换头、换背景、图像拼接等功能。((1) Basic operation of image: reading and saving of images
-