源码简介:基于百度媒体云人脸识别安卓版
源码效果:
源码片段:
- this.accesstoken = new StringBuffer();
- this.textview = ((TextView)findViewById(2131099648));
- this.begin = ((Button)findViewById(2131099649));
- this.begin.setOnClickListener(new MainActivity.BeginHandler(this, null));
- this.detect = ((Button)findViewById(2131099650));
- this.detect.setOnClickListener(new MainActivity.DetectImg(this, null));
- this.image = ((ImageView)findViewById(2131099651));
- File sdFile = Environment.getExternalStorageDirectory();
- File pictures = new File(sdFile, "Pictures");
- LoadImage loadImage = new LoadImage(this.image);
- List loadargs = new LinkedList();
- loadargs.add(this.url.toString());
- loadargs.add("aaa");
- loadImage.execute(new List[] { loadargs });
下载地址:http://down.51cto.com/data/2096538