登录
首页 » matlab » Image-processing-source-code

Image-processing-source-code

于 2017-05-19 发布 文件大小:419KB
0 218
下载积分: 1 下载次数: 30

代码说明:

  图像处理源代码,基于Hough变换的人眼虹膜定位方法,基于Kalman滤波的目标跟踪,基于模糊集的图像增强方法,基于蚁群算法的图像边缘检测。等等(Image processing source code, Hough transform based human eye iris location method, Kalman filter based target tracking, fuzzy set based image enhancement method, ant colony algorithm based image edge detection. and many more)

文件列表:

我的代码
........\基于Hough变换的人眼虹膜定位方法
........\...............................\ex1.m,12286,2012-02-14

........\基于Kalman滤波的目标跟踪
........\........................\DATA





........\........................\....\14.jpg,3988,2011-05-19
........\........................\....\15.jpg,3967,2011-05-19
........\........................\....\16.jpg,3996,2011-05-19
........\........................\....\17.jpg,4019,2011-05-19
........\........................\....\18.jpg,4023,2011-05-19
........\........................\....\19.jpg,4104,2011-05-19
........\........................\....\2.jpg,3879,2011-05-19
........\........................\....\20.jpg,4134,2011-05-19
........\........................\....\21.jpg,4146,2011-05-19
........\........................\....\22.jpg,4119,2011-05-19
........\........................\....\23.jpg,4062,2011-05-19
........\........................\....\24.jpg,4032,2011-05-19
........\........................\....\25.jpg,4067,2011-05-19
........\........................\....\26.jpg,4076,2011-05-19
........\........................\....\27.jpg,4008,2011-05-19
........\........................\....\28.jpg,3972,2011-05-19
........\........................\....\29.jpg,4099,2011-05-19
........\........................\....\3.jpg,3863,2011-05-19
........\........................\....\30.jpg,4087,2011-05-19
........\........................\....\31.jpg,4082,2011-05-19
........\........................\....\32.jpg,4020,2011-05-19
........\........................\....\33.jpg,4043,2011-05-19
........\........................\....\34.jpg,4054,2011-05-19
........\........................\....\35.jpg,4079,2011-05-19
........\........................\....\36.jpg,4016,2011-05-19
........\........................\....\37.jpg,3995,2011-05-19
........\........................\....\38.jpg,4065,2011-05-19
........\........................\....\39.jpg,4140,2011-05-19
........\........................\....\4.jpg,3879,2011-05-19
........\........................\....\40.jpg,4124,2011-05-19
........\........................\....\41.jpg,4066,2011-05-19
........\........................\....\42.jpg,4014,2011-05-19
........\........................\....\43.jpg,3942,2011-05-19
........\........................\....\44.jpg,4010,2011-05-19
........\........................\....\45.jpg,4095,2011-05-19
........\........................\....\46.jpg,4091,2011-05-19
........\........................\....\47.jpg,4010,2011-05-19
........\........................\....\48.jpg,3976,2011-05-19
........\........................\....\49.jpg,4002,2011-05-19
........\........................\....\5.jpg,3868,2011-05-19
........\........................\....\50.jpg,4031,2011-05-19
........\........................\....\51.jpg,4028,2011-05-19
........\........................\....\52.jpg,3983,2011-05-19
........\........................\....\53.jpg,3972,2011-05-19
........\........................\....\54.jpg,4043,2011-05-19
........\........................\....\55.jpg,4057,2011-05-19
........\........................\....\56.jpg,4064,2011-05-19
........\........................\....\57.jpg,4024,2011-05-19
........\........................\....\58.jpg,3999,2011-05-19
........\........................\....\59.jpg,3960,2011-05-19
........\........................\....\6.jpg,3909,2011-05-19
........\........................\....\60.jpg,3996,2011-05-19
........\........................\....\7.jpg,3940,2011-05-19
........\........................\....\8.jpg,4013,2011-05-19
........\........................\....\9.jpg,4078,2011-05-19
........\........................\ex1.m,659,2012-02-14
........\........................\extractball.m,1468,2012-02-14
........\........................\main.m,1587,2012-02-14
........\基于KL变换的人脸识别技术
........\........................\ex1.m,2380,2011-09-26
........\........................\ScaleImage.m,128,2011-09-26
........\基于模糊集的图像增强方法
........\........................\ex1.m,622,2012-02-15

........\基于脉冲耦合神经网络的图像分割

........\..............................\pcnn.m,3695,2012-02-15
........\基于蚁群算法的图像边缘检测



........\..........................\edge_ACO.m,8509,2012-02-15

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

发表评论

0 个回复

  • tuxiangfenkuai
    对图像实现分块操作 很实用的程序(Realize the image sub-block operation is very useful procedure)
    2008-03-21 21:25:57下载
    积分:1
  • circledetect
    hough变换检测圆的函数。做图像处理的人可以用来参考。(hough transform round detection function. Do the image processing can be used for reference.)
    2006-12-04 12:35:53下载
    积分:1
  • CS_LBP
    CS-LBP本人毕设设计所做,源代码都是自己写的,可用(CS-LBP I completed the set design done, write your own source code is available)
    2020-12-28 10:59:01下载
    积分:1
  • 分割
    纹理图像分割的算法和实例,其中包括理论的讲解和 MATLAB 文件。(Algorithms and Examples of Texture Image Segmentation)
    2018-12-03 20:55:42下载
    积分:1
  • 去除的噪点
    图像去噪,去除图像的噪点 图像去噪,去除图像的噪点(Image Denoising)
    2011-09-25 19:47:35下载
    积分:1
  • GraphCut
    图像分割经典算法GraphCut的实现代码,亲测可用。(An implementation of GraphCut Algorithm, which is a classical method in image segmentation field.)
    2020-09-29 17:27:43下载
    积分:1
  • fenge
    使用JAVA程序语言,图像分割的程序。此程序是我为图像处理上机课的程序。言简意赅,能运行(The use of JAVA programming language, image segmentation procedures. This program is my machine for image processing on the Office s procedures. Concise and will be able to run)
    2008-01-01 04:55:35下载
    积分:1
  • LVDS_to_AXIS
    8路串行lvds转单路并行axistream(8 single-pathLVDS to 1parallel AXI_Stream)
    2021-04-26 13:58:45下载
    积分:1
  • flrna
    VC调用matlab引擎因为类别当中没有此类,所以放到了数值计算(VC calls the Matlab engine because there is no such class, so it is put into numerical calculation.)
    2018-08-04 06:34:40下载
    积分:1
  • Image fusion
    采用了小波变换的方法实现了红外光图像与可见光图像的融合,并且设计了一个简单的matlab GUI界面。小波变换的分解层数为2层,采用低频平均高频取大的融合规则,融合效果非常欢迎下载。(The method of wavelet transform is used to realize the fusion of infrared and visible light images, and a simple matlab GUI interface is designed. The number of decomposition layers of the wavelet transform is 2 layers, and the fusion rule is adopted by the low frequency average high frequency. The fusion effect is very welcome to download.)
    2020-12-23 11:09:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载