android虹膜识别源码

上传者: yzduhengliang | 上传时间: 2021-08-13 09:28:09 | 文件大小: 1.29MB | 文件类型: RAR
虹膜识别源码 public class Main { public Main(String filename) { System.out.println("\n\n\tIris Recognition\n\t(c)2004 Richard Midwinter\n\n"); System.out.println("Reading image..."); File file = new File(filename); if (file.exists()) { System.out.println("Image located..."); } else { System.out.println("Error! Check you've specified the correct path to the image and you have the permissions to view it"); System.exit(1); } BufferedImage bimg = null; try { bimg = ImageIO.read(file); /* Segmentation code */ Segment segment = new Segment(); segment.segment(bimg); /* Normal encoding */ /* Feature encoding */ } catch (Exception e) { System.out.println(e); } } public static void main(String[] args) { if (args.length != 1) System.out.println("Usage: java Main filename.jpg"); else new Main(args[0]); } private BufferedImage bimg; }

文件下载

资源详情

[{"title":"( 5 个子文件 1.29MB ) android虹膜识别源码","children":[{"title":"JIRRM - An iris recognition project in Java.htm <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false},{"title":"JIRRM - An iris recognition project in Java_files","children":[{"title":"project-support.jpg <span style='color:#111;'> 3.70KB </span>","children":null,"spread":false},{"title":"style.css <span style='color:#111;'> 700B </span>","children":null,"spread":false},{"title":"overview.png <span style='color:#111;'> 24.18KB </span>","children":null,"spread":false}],"spread":true},{"title":"jirrm-src-0.0.2.tar.gz <span style='color:#111;'> 1.43MB </span>","children":null,"spread":false}],"spread":true}]

评论信息

  • qq_34433038 :
    无法移植到Android中啊,有移植成功的联系我,QQ 1101313414 跪谢
    2016-08-30
  • yingfeng_cyh :
    很好的资源,初学者看起来吃力,只有一个源码包,android怎么调用没有说明啊
    2016-02-24
  • ai_wmp :
    有用,谢谢分享
    2016-02-24
  • u013750876 :
    下载了,一直没配好。就暂时搁置了。改天抽空看看
    2015-09-18
  • rosyfancy :
    很好的资源,初学者看起来吃力,java的,不错。谢谢。
    2015-07-29

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明