#includeint n;void P(int i,int j,int n,int f){ if(i==n){ for(int k=1;kn/8+1&&jn/8+n/2+1&&jn/8+1&&in/8+1&&jn/8+n/2+1&&j=n/8+1&&in/2+1&&i=n/4+1&&j=8){ ....
分类:
其他好文 时间:
2014-12-01 20:35:27
阅读次数:
281
GroupToday's workTomorrow's workMVVMRedesign the UIFix some bugsTry implement the UIAlgoFinish all the effect APIContinue working on Face SDKHopefully...
分类:
其他好文 时间:
2014-11-27 21:56:41
阅读次数:
223
1、 云相册 (作者:Steven)
该项目是一款基于人脸识别注册和登录,并支持分享的云相册。登陆模块采用了两种登陆方式,一种是基于Face++的人脸识别登陆,另一种方式是基于Bmob数据库的账号密码登陆。
综合点评:
该项目所用服务较广,包括科大语音讯飞、Face++人脸识别、ShareSDK分享、Afinal异步加载图片和Bmob数据库等。整体界面来看,有欢迎页和引导页面。但注册界面...
分类:
其他好文 时间:
2014-11-27 16:17:48
阅读次数:
272
http://w3help.org/zh-cn/causes/RF1001作者:陆远标准参考根据 CSS3 草案中的描述,'@font-face' 规则允许使用链接到需要时自动激活的字体。这使得用户可以使用在线的字体,而不仅仅拘泥于使用用户端系统内的字体。一套对字体的描述定义了字体资源的位置,可以是...
分类:
其他好文 时间:
2014-11-26 16:03:00
阅读次数:
373
http://www.fontsquirrel.com/fontface@font-face是CSS3中的一个模块,他主要是把自己定义的Web字体嵌入到你的网页中,随着@font-face模块的出现,我们在Web的开发中使用字体不怕只能使用Web安全字体,你们当中或许有许多人会不自然的问,这样的东西...
分类:
Web程序 时间:
2014-11-26 13:40:18
阅读次数:
243
本文是论文笔记,该论文综述了在训练集只有1张图片的时候,进行人脸识别的背景、意义、方法与改进方法等。...
分类:
其他好文 时间:
2014-11-26 01:29:30
阅读次数:
256
本文是论文Deep Learning Face Representation by Joint Identification-Verification的阅读笔记。
这篇论文使用deep learning学习特征,使用联合贝叶斯模型作为分类器,选取七组特征分别训练分类器,得到的结果使用SVM进行组合,得到的最终模型在LFW(Labeled Face in the Wild)数据集上的人脸验证任务中,达到了99.15%的准确率,目前排名第一。...
分类:
其他好文 时间:
2014-11-26 01:27:52
阅读次数:
282
GroupToday's workTomorrow's workMVVM--AlgoMoving on into motion defineFinish music cutting pointFinish motion defineStart face detection partRenderFin...
分类:
其他好文 时间:
2014-11-25 23:01:23
阅读次数:
151
Face3对象的构造函数.用来在三维空间内通过参数a,b,c, normal, color, materialIndex创建一个三角面对象.Face3对象的功能函数采用
定义构造的函数原型对象来实现.
用法: var a=0,b=1,c=2; var normal = new THREE.Vector3( 0, 1, 0 ); var color = new THREE.Color( 0xffaa00 ); var face = new THREE.Face3( a, b, c, normal, col...
分类:
Web程序 时间:
2014-11-25 18:34:56
阅读次数:
261
Motivation 1)纹理识别(texture recognition) texton: refer to fundamental micro-structures in generic material images and the basic elements in early visual...
分类:
其他好文 时间:
2014-11-24 16:52:58
阅读次数:
132