搜索资源列表
图像处理的偏微分方程方法源码
- 《图像处理的偏微分方程方法》系统地讨论了偏微分方程在图像处理中的应用,内容包括图像滤波、复原、分割、放大、图像增强、彩色增强等。全书突出了理论与实践紧密结合的特点。该资料是书中若干典型数值方案的实验性MATLAB程序和可供实验用的图像素材。
图像增强变换
- 用C语言写的图像增强变换的源码,有问题问341661392
图像增强及模式分析
- 该源码程序包括:增强图像对比度,检测图像边缘(使用Canny算子和Sobel算子),直方图均衡化等图像处理的一些常用算法,且能取得较好的处理效果。
图像增强源码大全(包括Retinex)
- 文件中包含各种关于图像处理的matlab代码,包括Retinex,単尺度,多尺度算法
图像增强技术源代码
- 图像增强技术源代码-source code
对256色bmp图像进行处理的程序
- 这是一个对256色bmp图像进行点运算,几何变化,正交变化,图像增强,图像分析,图像编码,图像还原等处理的源码,功能强的出奇-this a 256-color bmp image point operations, geometry changes, orthogonal change, image enhancement, image analysis, image coding, image processing, such as
BMP(VC++SourceCode)
- 本套源码是基于VC++开发的关于图像处理程序,其中包括图像的点运算,几何变换、正交变换、图像增强 、形态学增强、边缘与轮廓、图像分析、图像复原、图像编码和直方图处理-source of this set is based on the development of the VC on image processing, including image point operations, geometry transformation
CImage29
- 这是一有彩色图像灰度化,二值化, 图像增强,图像分割的源码-This is a gray color images, binary, image enhancement, image segmentation of the FOSS
imagee
- 图像增强技术,数字图象处理的基本源码程序,适合初学者 -image enhancement technology, digital image processing procedures for the basic source code, for beginners
matlab-image-processing
- 用matlab对图像进行处理的几个源码,傅立叶变换,重建图像,灰度扩展,多种图像增强,滤波。-using Matlab, the image of several source, Fourier transform, image reconstruction, Gray expansion a variety of image enhancement, filtering.
image
- 用vc写的关于位图翻转,放大,缩小和转为负像等多项图像增强技术,程序条例很清楚,是vc图像处理方面典型的软件源码-Using vc wrote on bitmap flip, enlarge, and to reduce the number of negative-like image enhancement technology, Procedure Ordinance is very clear vc typical image
my
- 包括数字图像处理的许多处理matlab源码,有图像增强,消噪,边缘提取等方面的内容-Including many digital image processing matlab source treatment, have image enhancement, denoising, edge detection and other aspects
someImageProcessSourcecode
- 几种图像处理源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filt
ImageProcessing
- 图像处理源码,包含图像显示、图像增强、图像复原、图像变换、图像编码、图像配准、运动检测、特征提取、图像分割、图像识别。-Source image processing, including image display, image enhancement, image restoration, image transform, image coding, image registration, motion detection, fea
image_inhancement
- 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MA
histogramprocessing
- 利用直方图进行图像增强的matlab源码,很实用。-Histogram for image enhancement using the matlab source code, it is practical.source code
VC-MATLAB
- 共有十二章,每章都含有丰富的案例。包括图像点运算,图像变换,图像增强,图像分割,模式匹配,目标跟踪等大量的VC与MATLAB源码-A total of 12 chapters, each rich in both cases. Point operations, including image, image transformation, image enhancement, image segmentation, pattern ma
TemplateTrans
- 图像增强源码(平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色增强) c-Image enhancement source (smoothing, median filtering, sharpening the gradient, Laplacian sharpening, pseudo-color enhancement) c++
指纹识别的matlab源码
- 指纹识别的matlab源码,基于二进小波变换的图像增强matlab源代码,通过编译(Fingerprint recognition MATLAB source code, based on the binary wavelet transform image enhancement matlab source code, through the compilation)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;