搜索资源列表
图像处理
- 包含多种图像处理算法,可显示图像直方图,进行图像压缩计算压缩比,对图像进行锐化(拉普拉斯算子,索伯算子等)
基于MATLAB的数字图像处理系统
- 在matlab上开发的图像处理系统,包括直方图均衡 边缘检测,滤波等图像处理功能
image.rar
- 包含常用的图像处理程序,对初学者有很大的帮助,如图像的加噪、直方图均衡化、维纳滤波去噪等等,Include commonly used image processing procedures, to be very helpful to beginners, such as image noise, histogram equalization, Wiener filtering de-noising, etc.
VC++_image_Code
- VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。-VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorit
photo_cs_hillhere
- 用Dephi做的一个图像处理软件,可以对图像进行直方图均衡化、空域几何变换、频域变换及增强、图像恢复、图像分割-Dephi do with an image-processing software, you can image histogram equalization, space geometric transform, frequency domain transform and the enhanced image restoration, image segmentation, et
Digital.Image.Processing
- 数字图像处理 直方图修正 空间域平滑 空间域锐化 梯度倒数加权平滑法 中值滤波 多种算子锐化 灰度最相近的6个邻点平均法-Histogram correction of digital image processing spatial spatial smoothing sharpening Gradient Inverse Weighted Smoothing median filter operator sharpening a variety of gray nearest neighbo
matlab
- 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
view
- C#数字图像处理算法,彩色图像灰度化,灰度直方图,图像腐蚀运算,图像膨胀运算,图像开运算与闭运算,傅里叶变换等多种算法及实例-C# digital image processing algorithms, color images of gray, gray histogram, image corrosion computing, image expansion of computing, image to open computing and closing operation, such
2107210017520071022238367591296
- vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
imageProc
- 数字图像处理 BMP 直方图均衡化 直方图统计-BMP digital image processing, histogram equalization histogram statistics
PowerMaxImageFusion
- 图像融合是图像处理的一个研究热点,这里提供一种方法即局部能量最大选取规则图像融合法-Image fusion is image processing of a research hot spot that is here to provide a way to select the rules of the local energy of the largest image fusion method
image_pro_vc
- 常见图像处理算法的VC实现,包括直方图均衡化、各种边缘提取算子、JPG图像格式处理等。-Common image processing algorithms to achieve the VC, including histogram equalization, a variety of edge detection operator, JPG image format handling.
Lab522-VideoHistogramEnhance
- 视频图像处理-直方图均衡化增强-Video image processing- histogram equalization to enhance! ! ! ! ! ! ! ! ! ! ! !
图像处理代码
- 基于c#的图像处理,基本处理方法和一些算法函数,例如快速傅里叶变换,灰度图和直方图等等(Image processing based on c #, the basic function processing method and some algorithms, such as fast Fourier transform, grayscale, histogram and so on)
C#图像处理算法典型实例
- 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image processing algorithms, including mate
最常用的matlab图像处理的源代码
- #1:数字图像矩阵数据的显示及其傅立叶变换 #2:二维离散余弦变换的图像压缩 #3:采用灰度变换的方法增强图像的对比度 #4:直方图均匀化 #5:模拟图像受高斯白噪声和椒盐噪声的影响 #6:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 #7:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 #8:图像的自适应魏纳滤波 #9:运用5种不同的梯度增强法进行图像锐化 #10:图像的高通滤波和掩模处理 #11:利用巴特沃斯(Butterworth
图像处理GUI
- 包含一些基本的图像处理算法,程序主要功能有: (1)读取处理前图像,存储处理后图像。 (2)对原图像进行添加噪声,有高斯噪声和椒盐噪声可以添加。 (3)对原图像进行空域和频域的滤波。 (4)对原图像或者处理之后的图像进行二值化,亮度翻转,图像(空间)翻转,直方图匹配,直方图均衡。 (5)对原图像或者处理之后的图像进行对比度拉伸变换。(Includes some basic image processing algorithm)
图像处理算法
- 处理图像的一些算法,包括直方图的计算,直方图均衡化,直方图规格化之类的(Some algorithms of image processing, including histogram calculation, histogram equalization, histogram normalization and so on)
c#数字图像处理典型实例
- 第1章 绪 论 第2章 C#数字图像处理的3种方法 第3章 点运算及直方图 第4章 几何运算 第5章 数学形态学图像处理 第6章 频率变换 第7章 图像平滑与去噪 第8章 边缘检测 第9章 图像分割 第10章 图像压缩编码 第11章 彩色图像处理(Chapter 1. Chapter 2. 3 methods of c # digital image processing Chapter 3 operation and h
图像拉伸
- 遥感图像处理,用直方均衡化方法、2%线性拉伸方法拉伸图像,亮度值分布均衡(Drawing images by histogram)