搜索资源列表
gaborfilter
- 图像处理中重要的Gabor滤波器的Matlab实现-Image Processing important Gabor filter Matlab
lessonresouse
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
MatlabFns
- 在matlab下进行图像处理的函数库,包含边缘线段拟合,透视变换,立体图像复原等toolbox中所没有的功能,详见index.html-in Matlab under image processing functions, including marginalized segment fitting, perspective transformation, three-dimensional images rehabilitation toolbox are not functional, as
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
ImageFusion
- matlab编译小波变换,用于图像融合和处理 文件夹中包含了可用的融合图片。-matlab compiler wavelet transform for image fusion and processing folder contains the available fusion of images.
frequencyfilter
- 数字图像处理中的有关频域滤波的代码,希望对大家能有所帮助 matlab-Digital image processing in the frequency domain filtering code, and hope we can help matlab
denoise
- 数字图像处理中的小波去噪代码! 希望对大家有用 matlab-Digital image processing in the wavelet de-noising code! Want to be useful to everyone matlab
edgedetect
- 数字图像处理中的用小波进行图像边缘检测!希望对大家有用matlab-Digital image processing for image using wavelet edge detection! Want to be useful to everyone matlab
Image-segmentation-Extraction
- 数字图像处理中的图像分割代码! 希望对大家有用 matlab-Digital image processing image segmentation code! Want to be useful to everyone matlab
superresolution_v_2[1].0
- 数字图像处理中的超分辨率分析代码! 希望对大家有用 matlab-Digital Image Processing in Super-Resolution Analysis of code! Want to be useful to everyone matlab
JPEGapproximations
- 《数字图像处理》(Matlab版)第八章中JPEG的近似实现,附带了自己的注释-" Digital Image Processing" (Matlab version) Chapter VIII of the approximate realization of JPEG, with my own comments
ENHANCEMENT
- 用于MATLAB的图像处理中,作用是可以有效的增强图像的高频细节,而不损坏图像的整体质量。-For the MATLAB image processing, the role can effectively enhance the high frequency details of the image, rather than damage the overall image quality.
123142344
- 利用MATLAB进行图像处理。这里是用来进行图像中的目标跟踪。效果很好。-Using MATLAB for image processing. Here is used for target tracking in the image. Good results.
chap
- P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P030
imageprocess
- 冈萨雷斯图像处理matlab源代码,包含书中所有实例的源代码-Gonzalez image processing matlab source code, source code containing all instances in this book
harris
- 计算机视觉和图像处理中的角点检测,用的是harris算法,MATLAB实现。-Corner detection in computer vision.
suanshu
- 可以完成灰度图像的算术编码和解码,来完成二维图像在matlab中的压缩处理-You can complete the grayscale image arithmetic encoding and decoding, to complete the two-dimensional image compression processing in matlab
bianyuanjiance
- 边缘检测,用matlab编程。边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。-Edge detection, using matlab programming. Edge detection is an image processing and computer vision in the basic problems, edge detection is to identify the purpo
kongyujunhenghua
- 实现了图像处理中的空域均衡化处理,适合图像处理的初学者。matlab实现。-Image processing to achieve a balanced spatial processing, image processing suitable for beginners. matlab implementation.
SIFT算法matlab
- SIFT即尺度不变特征变换,是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 一、SIFT算法特点: 1、具有较好的稳定性和不变性,能够适应旋转、尺度缩放、亮度的变化,能在一定程度上不受视角变化、仿射变换、噪声的干扰。 2、区分性好,能够在海量特征数据库中进行快速准确的区分信息进行匹配 3、多量性,就算只有单个物体,也能产生大量特征向量 4、高速性,能够快速的进行特征向量匹配 5、可扩展性,能够与其它形式的特征向量进行联合 —