登录
首页 » matlab » 111

111

于 2010-06-03 发布 文件大小:91KB
0 181
下载积分: 1 下载次数: 93

代码说明:

  基于MATLAB的图像处理源程序集,包括阈值、二值化、灰度变化,边缘提取等等(MATLAB based image processing source code set, including threshold, binary, gray scale, edge extraction, etc.)

文件列表:

图像处理程序集
..............\2

..............\.\P0201.m,29,2004-03-28
..............\.\P0202.m,65,2004-03-28
..............\.\P0203.m,117,2004-03-28
..............\.\P0205.m,161,2004-03-28
..............\.\P0206.m,372,2004-03-28
..............\.\P0207.m,101,2010-04-23
..............\.\P0208.m,56,2004-03-28
..............\.\P0209.m,90,2004-03-28
..............\.\P0210.m,138,2004-03-28

..............\.\readme.txt,302,2004-07-21
..............\.\wrod213.bmp
..............\3

..............\.\P0301.m,544,2004-04-04
..............\.\P0302.m,557,2004-04-04
..............\.\P0303.m,126,2004-04-04
..............\.\P0304.m,346,2004-04-04
..............\.\P0305.m,367,2004-04-04
..............\.\P0306.m,481,2004-04-04
..............\.\P0307.m,433,2004-04-04
..............\.\P0308.m,222,2004-04-04
..............\.\P0309.m,600,2004-04-04
..............\.\P0310.m,263,2004-04-04
..............\.\P0311.m,662,2004-04-04
..............\.\P0312.m,614,2004-04-04
..............\.\readme.txt,600,2004-07-21
..............\4


..............\.\P0401.m,140,2004-04-04
..............\.\P0402.m,164,2004-04-04
..............\.\P0403.m,92,2004-04-04
..............\.\P0404.m,177,2004-04-04
..............\.\P0405.m,667,2004-04-04
..............\.\P0406.m,460,2004-04-04
..............\.\P0407.m,654,2004-04-04
..............\.\P0408.m,215,2004-04-04
..............\.\P0409.m,139,2004-04-04
..............\.\readme.txt,367,2004-08-04
..............\.\wrod213.bmp
..............\5


..............\.\P0502.m,348,2004-04-04
..............\.\readme.txt,41,2004-07-21
..............\6
..............\.\P0610.m,652,2004-04-04
..............\.\readme.txt,37,2004-07-21
..............\程序代码说明.txt,1381,2006-10-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 绘制圆、矩、三角 实例
    GDI实例3,绘制圆形、矩形等图形
    2013-02-10下载
    积分:1
  • iri-calculation
    路面平整度检测系统(外部数据轮轴加速度数据读入,地图匹配,数据库交互)(International rough index software.based on the z-axis acceleration data .The software consists of the Baidu map api and oracle data base.The result consists of repair suggestions and IRI of road sections.)
    2015-08-22 15:54:45下载
    积分:1
  • restore
    说明:  图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。 图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。 (A sharp and clear image is not directly produced from the optics, however, digital signal processing applied to the sampled image produces a sharp and clear final image that is also insensitive to misfocus related aberrations. This paper gives an overview of Wavefront Coding and example images related to the two applications of machine vision/label reading and biometric imaging. Design techniques of Wavefront Coding are unique from that of traditional imaging system design since both the optics and digital processing characteristics of the system are jointly optimized for optimum system performance.)
    2010-04-07 15:41:40下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • noise
    MATLAB给图像添加高斯、椒盐、加性及乘性噪声(噪声生成)源代码Free Source Code for Adds diferent types of noise to an image(MATLAB add to the image Gaussian, salt and pepper, additive and multiplicative noise (noise generated) source code Free Source Code for Adds diferent types of noise to an image)
    2008-08-06 21:00:36下载
    积分:1
  • FingerPrintVerify
    说明:  这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配(This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition standards, and established in the school library on the measured fingerprint. Program applied to the technology are as follows: median filter, histogram equalization, the direction of the ridge line extraction, Gabor filtering, fingerprint thinning, feature extraction, feature point filtering, based on local feature points of the feature matching)
    2020-11-02 09:09:54下载
    积分:1
  • 6种融合算法
    说明:  小波图像融合的6种方法,最大值、局部能量、平均值等等(There are six methods of wavelet image fusion, maximum value, local energy, average value and so on)
    2021-03-15 19:49:47下载
    积分:1
  • SURFpipei_matlabfunctiontest
    实现SURF特征点描述子算法,并使用Oxford Dataset图像自动进行精度评价(SURF feature descriptor and matching precision evaluation)
    2018-08-07 22:16:32下载
    积分:1
  • meanshift
    基于meanshift算法最全面的资料收集,是本人长期收集该算法的结晶,里面有均值漂移算法的word文档,PPT资料,基于meanshift的目标跟踪算法(MATLAB),还有相应的文章,下了绝不后悔,将心比心,互惠互利。(Meanshift algorithm based on the most comprehensive data collection, is a long time, I collected the crystallization of the algorithm, which has mean-shift algorithm word document, PPT data, meanshift target tracking algorithm based on (MATLAB), there is a corresponding article, in no way under the regret, Care, and mutual benefits.)
    2020-06-25 22:40:02下载
    积分:1
  • shouxie2
    图像处理,手写数字识别,GUI界面内自写数字,可以用来学习。(Image processing, digital handwriting recognition, digital write within the GUI interface, can be used to learn.)
    2021-05-10 10:08:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载