基于百度媒体云人脸识别安卓版

移动开发
基于百度媒体云人脸识别安卓版

源码简介:基于百度媒体云人脸识别安卓版

源码效果: 

源码片段:

  1. this.accesstoken = new StringBuffer(); 
  2.   
  3.     this.textview = ((TextView)findViewById(2131099648)); 
  4.     this.begin = ((Button)findViewById(2131099649)); 
  5.     this.begin.setOnClickListener(new MainActivity.BeginHandler(thisnull)); 
  6.   
  7.     this.detect = ((Button)findViewById(2131099650)); 
  8.     this.detect.setOnClickListener(new MainActivity.DetectImg(thisnull)); 
  9.   
  10.     this.image = ((ImageView)findViewById(2131099651)); 
  11.     File sdFile = Environment.getExternalStorageDirectory(); 
  12.     File pictures = new File(sdFile, "Pictures"); 
  13.     LoadImage loadImage = new LoadImage(this.image); 
  14.     List loadargs = new LinkedList(); 
  15.     loadargs.add(this.url.toString()); 
  16.     loadargs.add("aaa"); 
  17.     loadImage.execute(new List[] { loadargs }); 

下载地址:http://down.51cto.com/data/2096538

 

责任编辑:倪明 来源: devstore
相关推荐

2013-11-18 09:38:46

百度开放云

2013-11-19 17:15:06

开发者人脸识别图像识别

2018-07-17 17:43:57

人脸识别

2014-07-25 17:12:39

数据库WOT2014MongoDB

2016-10-13 15:19:34

百度

2012-05-28 22:51:53

百度

2013-07-01 16:36:26

百度云推送免费云推送移动开发

2013-07-16 15:05:03

云推送极光推送

2013-06-27 10:23:30

百度云百度开放云

2012-10-19 09:47:30

百度云百度音乐云计算

2017-04-28 17:44:45

百度

2018-09-06 18:37:45

百度云

2024-02-27 07:27:58

云原生推荐系统架构云原生技术栈

2012-07-25 15:58:36

百度输入法

2015-07-29 16:49:47

百度

2013-10-12 10:25:20

百度云 Cooliris

2012-03-23 12:12:37

百度开发者大会

2017-09-27 15:03:00

百度云云计算加速

2013-08-22 17:08:50

2013-07-01 17:21:21

百度云推送免费云推送移动开发
点赞
收藏

51CTO技术栈公众号