搜索资源列表
digitalimageprocessprograms
- 中南大学数字图像处理上机实验指导书及参考答案,全部由本人编写,在MATLAB 6.5上运行通过。包括图像变换及频域滤波,空间域图像增强,图像边缘检测及参考图片,比网上流传的好的多,是学习图像处理的基础。-Zhongnan University of digital image processing on the experimental guide and reference book answers all prepared by m
图像增强(空域、频域、锐化等)
- 该程序是用c#语言编写的代码,实现了图像增强的基本操作,包括直方图修正、边缘提取、滤波等操作。
Visual_C++数字图像处理第五章
- 目前,图像增强方法大致可分为两类:一类是空域处理法,另一类是频域处理法。空域法是直接对图像的像素进行处理,基本上是以灰度映射变换为基础的,所用的映射变换取决于图像的特点和增强的目的,主要包括图像灰度修正、图像平滑和锐化等。频域法是在图像的某种变换域内,对变换后的系数进行运算,然后再反变换到原来的空域得到增强的图像,主要包括低通滤波、高通滤波、带阻滤波、同态滤波。本章将详细讨论图像增强中空域的平滑和锐化处理。
matlab图像处理软件
- 可以直接使用,系统完成的基本功能大致如下: 1.能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2.数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3.数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域
digitalimageprocessprograms
- 中南大学数字图像处理上机实验指导书及参考答案,全部由本人编写,在MATLAB 6.5上运行通过。包括图像变换及频域滤波,空间域图像增强,图像边缘检测及参考图片,比网上流传的好的多,是学习图像处理的基础。-Zhongnan University of digital image processing on the experimental guide and reference book answers all prepared by m
VCIMAGE
- 频域的图像增强VC代码实现:理想,高斯,巴特沃思高通/低通滤波函数代码-Frequency domain of image enhancement VC code: ideal, Gaussian, Butterworth high-pass/low pass filtering function code
tuxiangzenqiang
- 第十三章 MATLAB 图像增强 13.1 灰度变换增强 13.1.1 像素值及其统计特性 13.1.2 直方图灰度变换 13.1.3 直方图均衡化 13.1.4 直方图规定化 13.2 空域滤波增强 13.2.1 平滑滤波器 13.2.2 锐化滤波器 13.3 频域增强 13.3.1 低通滤波器 13.3.2 高通滤波器 13.3.3 同态滤波器 13.3.
matlabimageprocessing
- matlab 实现对图像基本处理 包含 图像的幅度谱图及频域滤波,数字图像增强,平滑、锐化处理的模板运算,图像压缩与编码,包含原代码和任务书。图片资料齐全-basic matlab image processing to achieve the range of images and spectra of frequency-domain filtering, digital image enhancement, smoothing
imageenhancement
- 图像增强 灰度变换增强 空域滤波增强 频域增强 色彩增强 小波增强 -Enhanced gray-scale image enhancement transform spatial filter to enhance the frequency domain to enhance color enhanced wavelet enhanced
matlab6.5yuanchengxu
- matlab6.5 图形图像处理的源程序 包括空域频域滤波等图像增强和很多图像变换的程序-matlab6.5 source graphic image processing, including spatial filtering, frequency domain image enhancement and a lot of image transform process
demo
- 包括对图像的变换,图像的增强:灰度变换增强、空间域滤波增强、频域滤波增强、常用的图像分割算法、图像配准算法-Including image transformation, image enhancement: enhanced gray-scale transformation, spatial filtering enhancement, frequency domain filtering enhancement, commonly
DIPDemo
- 数字图像处理与机器视觉初步,可以对图像进行点运算,几何变换,图像增强,频域滤波,图像分割等处理。-Digital image processing and machine vision initially, you can image point operations, geometric transformations, image enhancement, frequency domain filtering, image segm
digital-image-processing
- 数字图像处理实验,包括图像灰度变换,图像直方图及均衡化,图像中值滤波,图像空域锐化增强和频域滤波五个实验-Digital image processing experiments, including the image gray level transformation, histogram equalization, image filtering, image airspace sharpness enhancement and
Image-Processing-with-CPP-MFC
- 这是一本书里光盘带的程序里面代码可完整运行主要是图像图形处理方面的内容用MFC编写,主要包括对图像的点运算、几何变换、图像增强、频域滤波、彩色图像处理、形态学变换、图像分割、特征提取、识别初步等但只能针对位图(.bmp)文件操作。可以运行无任何问题。-This is a book, CD-ROM with the complete procedures inside the code can run is the content of
DIPDemo
- 数字图像处理和监督分类基本操作。包括点运算、几何变换、图像增强、频域滤波、彩色图像处理,形态学变换、图像分割、特征提取、识别初步等。- The basic operation of digital image processing and supervised classification. Including point arithmetic, geometric transformation, image enhancement,
DIPDemo
- 数字图像处理与机器视觉初步,包括图像的点运算,几何变换,图像增强,频域滤波,彩色图像处理,形态学变换,图像分割,特征提取与初步识别。-A file of image processing and analysis
tuxiangzengqiang
- GUI系统进行图像的增强处理,包括彩色增强,频域滤波等-GUI image enhancement processing systems, including color enhancement, frequency domain filtering
DIPDemo_vc6
- 点运算,几何变换,图像增强,频域滤波,彩色图处理,形态学变换,图像分割,特征提取,模式识别,-Point arithmetic, geometry transform, image enhancement, frequency domain filtering, colour image processing, morphological transformation, image segmentation, feature extra
直方图均衡化
- 压缩包内包含两个m文件,一个是直方图均衡化,另一个是频域滤波,即对一幅图像进行低通、高通滤波,并且使用高频强调和直方图均衡相结合的方法增强图像;另外包含了四张测试用的图片。(Compressed packet contains two m files, one is histogram equalization, the other is a low pass filtering in frequency domain, i.e., i
i1
- 利用MATLAB提供的低通滤波器实现图像信号的滤波运算(Using the low-pass filter provided by MATLAB to realize the filtering operation of image signal)