搜索资源列表
imagetransformationbymatlab
- 1.图像频域处理正交变换的matlab实例 2.含有的频域变换内容如下: 正交变换通用算子 傅立叶变换 傅立叶变换的原理 傅立叶性质 二维离散傅立叶变换( 2DDFT ) 快速傅立叶变换( FFT ) 傅立叶变换的研究与应用 离散余弦变换 DCT 变换矩阵 dct2 函数和 dctmtx 函数 Walsh- Hadamard 变换 Radon 变换 -1. Image processing orthogonal freq
图像处理
- 图像几何变换、频域变换以及理想、巴特沃斯滤波
基于空间域、频域图像增强的边缘凸显方法
- 数字图像处理,基于空间域、频域图像增强的边缘凸显方法,有实验数据代码以及报告,matlab实现
图像处理增强频域
- 基于MATLAB的图像处理之增强频域分析
Visual_C++数字图像处理第五章
- 目前,图像增强方法大致可分为两类:一类是空域处理法,另一类是频域处理法。空域法是直接对图像的像素进行处理,基本上是以灰度映射变换为基础的,所用的映射变换取决于图像的特点和增强的目的,主要包括图像灰度修正、图像平滑和锐化等。频域法是在图像的某种变换域内,对变换后的系数进行运算,然后再反变换到原来的空域得到增强的图像,主要包括低通滤波、高通滤波、带阻滤波、同态滤波。本章将详细讨论图像增强中空域的平滑和锐化处理。
DIBDisplay.rar
- 图像处理程序,有图像几何变换,图像增强,图像频域分析,边缘检测,能处理256色位图和24位真彩色图像,Image processing procedures, have the image geometric transform, image enhancement, image frequency domain analysis, edge detection, can handle 256-color bitmap and 24 Bit True Color Image
Homomorphic_filter
- 同态滤波函数:使用频域处理方法的同态滤波函数,非高斯,巴特沃斯或指数型。对于较黑的图像效果更好-Homomorphic filtering function: the use of frequency domain methods of treatment homomorphic filtering function, non-Gaussian, Butterworth, or index. For more images and better
belixiangditong_pinghua
- 数字图像处理,频域滤波:理想低通滤波器、梯形滤波器、巴斯沃特滤波器-Digital image processing, frequency domain filtering: an ideal low-pass filter, ladder filters, Bath Water Filter
MySecond
- 图像处理程序基本算法实现,基于MFC,实现了包括图像类型转换、几何变换、空域和频域滤波、图像分割和轮廓提取等功能,适合初学者-Basic image processing algorithm, based on the MFC, including the image type to achieve the conversion, geometric transformation, spatial and frequency domain filtering, image segmentatio
ImageEnhencementUsingIntensityTransformations
- 本实验要求使用强度变化方法对图像进行增强。图像增强的是要目标是处理图像,使其比原始图像更适用于特定应用,图像增强的方法分为两大类,空间域方法和频域方法,“空间域”一词是指图像平面本身,这类方法是以图像像素的直接处理。“频域”处理技术是以修改图像的傅里叶变换为基础的。本实验采用的对数变换和指数变换是对前一种方法的应用。-This experiment requires the use of intensity changes in methods of image enhancement. Ima
51622445texturepinyuA2
- K均值聚类算法 由于对纹理图像使用灰度共生矩阵分割效果不明显 因此该算法使用图像频域进行处理-K-means clustering algorithm because of the texture image segmentation using the gray co-occurrence matrix effect was not obvious, therefore use the algorithm for processing images in frequency domain
Homework3
- 图像处理的基本算法集合,包括频域滤波,适合新手初学。-The basic algorithm for image processing collections, including the frequency-domain filtering, suitable for novice beginner.
pinyu
- 本人图像处理作业,包括一些频域处理,傅立叶变换,反变换,沃尔什变换等-I image processing operations, including some frequency domain processing, Fourier transform, inverse transform, Walsh transform, etc.
filter
- 用MATLAB实现频域平滑滤波以及图像去噪代码6. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示频率域图 像; 7. 在频率图像上去除滤波半径以外的数据(置0); 8. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示处理过的 频域图像数据; -6. Calculate the frequency domain image of the amplitude and logarithmic transformation, using imsh
FrequencyFiltering
- 数字图像处理,实现频域滤波功能,可公初学者参考-Digital image processing, and frequency domain filtering, you can refer to the public for beginners
频域处理
- 对影像进行频率域处理,利用傅里叶变换得到结果(The image is processed in frequency domain and the results are obtained by Fourier transform)
ch04
- 数字图像处理第四章,进行频域的图像处理示例代码(Digital image processing fourth chapters, frequency domain image processing example code)
图像分析与处理基础
- 对图像进行基础操作,包括亮度变换,空域滤波,频域滤波,形态学处理(The basic operation of the image, including brightness transformation, spatial filtering, frequency domain filtering, morphological processing)
图像几何变换处理
- 图像的几何变换: 改变图像的大小或形状。比如图像的平移、旋转、放大、缩小等,这些方法在图像配准中使用较多。 图像变换: 通过数学映射的方法,将空域的图像信息转换到频域、时频域等空间上进行分析。比如傅里叶变换、小波变换等。(Image several transformation processing)
Shiyan7
- 1、对图像进行Fourior变换,并将图像的Fourior中心化,显示中心化后的三维频谱图及在各个坐标平面上的投影图像; 2、对图像进行fourior变换,分别运用(-1)(x+y)*f(x,y)的方法和fftshift的方法将变换后的频谱图中心化,并解释该程序的意义。 3、对图像进行fourior变换,分别显示变换后的实部图像,虚部图像,频谱图像和相角图像,比较说明各个图像与原图像之间有何联系。(1. Fourier transform is applied to the image an