登录
首页 » matlab » guiyihua

guiyihua

于 2009-05-31 发布 文件大小:1KB
0 123
下载积分: 1 下载次数: 150

代码说明:

  虹膜归一化的代码,只要给出定位好的虹膜图片,就可以很好的进行归一化,使用的极坐标变换。(Normalized iris code, as long as the position is given a good iris image, you can be a good uniform, the use of the polar coordinate transformation.)

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

发表评论


0 个回复

  • PG_BOW_DEMO
    图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集的图像都用BoW模型描述了,就可以用SVM训练分类模型进行分类了。 在这里除了用SVM的RBF核,还自己定义了一种核: histogram intersection kernel,直方图正交核。因为很多论文说这个核好,并且实验结果很显然。能从理论上证明一下么?通过自定义核也可以了解怎么使用自定义核来用SVM进行分类。(Image features used in a Dense Sift, by the Bag of Words bag model to describe the word, of course, the training set is generally used to build the dictionary, because we do not test set. Although the test set is used as the test you, but who knows the practical application of the test image is valid, so I am here to build BoW dictionary only the training set. In fact, BoW idea is very simple, although many people have asked me, but as long as you understand how to build a dictionary and how to image map to the dictionary D up on the line, and interviews are often asked me this question, do not know you all how to use vivid language to describe this problem? After complete description of the image with BoW, refers to the training set and test set of images are described with the BoW model, the training of SVM classification model can be classified. Apart from having to use the RBF kernel SVM, but also their own definition of a nuclear: histogram intersection kernel, histogram )
    2011-11-01 17:01:09下载
    积分:1
  • c# bmp片转 jpg格式实例 附源码
    c# bmp图片转 jpg格式实例 附源码
    2013-05-19下载
    积分:1
  • 2
    说明:  <基于Matlab的数字图像相关法的程序实现> 数字图像相关法是对全场位移和应变进行分析的一种新的实验力学方法。图像处理是其核心之一。本文探讨了根据相关技术寻 求位移场的基本原理,并编制了基于Matlab的数字图像相关法程序。程序验证结果表明本程序处理速度快,精度高,可以满足基于相关技 术的图像处理的要求。(err)
    2008-09-09 11:35:24下载
    积分:1
  • Digital-Image(201008)
    计算机图形学图像处理学习内容,附带PPT教程里面的代码。(the ppt for Digital Image)
    2012-02-18 15:17:52下载
    积分:1
  • StaMPS_v2.2.tar
    stanfod大学一个博士编写的PS_INSAR处理程序,fr(University stanfod prepared by Dr. PS_INSAR a process, fr)
    2020-12-30 18:19:01下载
    积分:1
  • MATLAB疲劳检测专注度识别GUI用户界面
    说明:  一、主要研究内容 1.基本内容 本设计目标在于利用Matlab强大的图像处理能力和实用便捷的编程方法,通过处理包含人脸的视频帧系列图像,灰度积分投影技术的眼睛定位方法,进而利用perclos计数,计算眨眼率,从而得到比较准确的疲劳状况。包括lun文初稿撰写。 2.具体要求 本设计基于灰度积分投影技术的眼睛定位方法,再结合perclos技术。首先通过图像预处理技术得到灰度分配较为均匀的图像,然后分别利用水平和垂直灰度积分投影曲线结合人脸的结构特征找到眼睛的位置坐标,实现了准确的眼睛定位,通过perclos技术技术眨眼率,根据先验值得到是否疲劳。 二、算法原理 视频输入——预处理去除非人脸区域——人脸定位——人眼定位(灰度积分投影)——眼睛张合度——perclos技术统计——输出结果 三、GUI界面设计 [需要有一定编程功底](1. Basic contents The goal of this design is to use the powerful image processing ability of MATLAB and the practical and convenient programming method, through processing the video frame series images including face, the eye location method of gray integral projection technology, and then using PERCLOS count to calculate the blink rate, so as to get a more accurate fatigue condition. Including the first draft of Lun.)
    2020-08-07 12:41:57下载
    积分:1
  • Local-dynamic-threshold
    针对图像全局Otsu 分割算法和传统的局部阈值分割算法在复杂背景图像分割中的不足, 提出了一种采用局部动态阈值的图像分割算法。(Image segmentation algorithm for global Otsu and traditional local threshold segmentation algorithm in complex background image segmentation the insufficiency, puts forward a dynamic threshold use local image segmentation algorithm.)
    2012-05-06 16:47:35下载
    积分:1
  • GPU-Accelerated-OCT
    OCT 成像GPU加速,非常有价值,请参考(S0141 GPU Accelerated Optical Coherence Tomography Imaging)
    2021-04-25 10:18:46下载
    积分:1
  • fcm_eg
    模糊C聚类的应用!!利用MATLAB本身自带的FCM函数做的一个例子(Application of fuzzy clustering C!! Using MATLAB itself FCM)
    2008-05-30 14:58:47下载
    积分:1
  • Hilbert-transform
    基于Hilbert变换的相位差测量法分析及改进 (Based on the analysis phase measurement and improvement of the Hilbert transform)
    2013-12-20 13:27:48下载
    积分:1
  • 696518资源总数
  • 105048会员总数
  • 26今日下载