基于百度媒體云人臉識(shí)別安卓版
作者:pxdkc
基于百度媒體云人臉識(shí)別安卓版
源碼簡(jiǎn)介:基于百度媒體云人臉識(shí)別安卓版
源碼效果:
源碼片段:
- 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
責(zé)任編輯:倪明
來(lái)源:
devstore