资源列表
zhifangtu
- c语言图像处理,绘制图像直方图。灰度图像处理-histogram processing
Robust-principal-component-analysis
- Robust principal component analysis论文-Robust principal component analysis
Lichunming-imageprocessing-code
- 李纯明博士 图像分割 matlab 代码-Dr. Li Chunming image segmentation matlab code
DownSample
- 下采样函数,使用方法:直接调用 r = DownSample (im),可在高斯金字塔中使用。-Down sampling function, use method, directly call r = DownSample (im), can be used in the pyramid model.
templates
- 车牌识别中数字、字母、汉字模板,每个各9各。-License plate recognition templates,including Numbers, letters, Chinese characters templates, each one has 9 templates.
gradient_face
- 人脸特征提取,梯度脸+高斯金字塔模型。内含yalefaces。-Facial feature extraction, the gradient face+ gaussian pyramid model.including yalefaces.
renlianjiance
- vc++2005下编译运行过,能很好的进行人脸识别。-The vc++2005 compiler to run, can be very good face recognition.
EdgeDetection
- 边缘检测,分别使用Laplacian, Roberts, Sobel 以及Prewitt 滤波-edge-detection:Laplacian, Roberts, Sobel and Prewitt filter
FourierTransform
- 对图像进行二维快速傅立叶变换及傅立叶反变换,并输出图像的频谱图和相位图-Consult a reference book for Fast Fourier Transform (FFT), and then develop a program that can compute and display the two-dimensional Discrete Fourier Transform (amplitude and phase spectra) of a digital image.
ImageCompression
- 计算图像的二维离散余弦变换,并使用不同的压缩系数矩阵压缩图像。-(a) Develop a program to compute the two-dimensional discrete cosine transform of an image (b) Compress the test image to different qualities by using the inverse discrete cosine transform with fewer transform coeffi
Geomtransform
- 分别使用最近邻方法和双线性差值方法实现图像的平移、旋转、缩放-Develop a geometric transform program that will rotate, translate, and scale an image by specified amounts, using the nearest neighbor and bilinear interpolation methods, respectively
SpatialFiltering
- 对图像添加高斯噪声和椒盐噪声,并分别使用均值滤波和中值滤波去噪。-Noise Generators. 1. Find (or develop) a program to add Gaussian noise to an image. You must be able to specify the noise mean and variance 2. Find (or develop) a program to add salt-and-pepper (impulse) noise to an
