码迷,mamicode.com
首页 >  
搜索关键字:face recognition    ( 1417个结果
【Android Developers Training】 107. 认知用户当前的行为
注:本文翻译自Google官方的Android Developers Training文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/location/activity-recognition...
分类:移动开发   时间:2014-06-06 08:32:15    阅读次数:434
kinect脸部三维数据特征点标签语义详细说明
很多零零碎碎的事情,导致很久没写blog了。face animation的demo做完了也快一个月了,是时候总结总结了。 Kinect获得的标识点共用121个,其给的sdk里面也给出了响应的标签。如下图: 但是这个说明点绝大部分是错的。 由于获得kinect标识点的三维坐标,并且将每个点标识,并在vtk中显示: 上篇blog已经提到过这个问题...
分类:其他好文   时间:2014-06-02 23:16:12    阅读次数:282
jsf服务器端验证用户输入
服务器端验证用户输入数据步骤1 html页面上插入要输入数据控件 这里要用input1Validator验证inputText控件的数值。 然后结果用message形式返回。真正验证的逻辑端在服务端执行。2 在web-info文件夹下的face-config.xml里面写入...
分类:Web程序   时间:2014-06-02 19:11:51    阅读次数:300
openCV+ASM+LBP+Gabor实现人脸识别(GT人脸库)
原理:使用GT人脸库做样本,VS2010下使用openCV2.44自带的Haar算法检測人脸区域,ASM Library特征检測,然后使用YCrCb颜色空间做肤色检測,再用LBP+Gabor小波提取特征,最小邻近距离做分类识别。1、GT人脸库Georgia Tech face database,网址...
分类:其他好文   时间:2014-06-01 23:54:42    阅读次数:430
动作识别之李群
Human Action Recognition by Representing 3D Skeletons as Points in a LieGroupInthis paper, we propose a new skeletal representation thatexplicitly mod...
分类:其他好文   时间:2014-05-28 03:19:20    阅读次数:680
css自定义字体
@font-face { font-family: 华文隶书; src: url( ../font/STLITI.eot ); /* IE */ src: url( ../font/STLITI.ttf ) format("truetype"); /* 非IE */ }...
分类:Web程序   时间:2014-05-27 01:10:44    阅读次数:300
Sublime settings and control for Python
Preferences.sublime-settings:{ "color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme", "font_size": 16, "font_face": "Monaco", "highlight_...
分类:编程语言   时间:2014-05-26 10:25:11    阅读次数:223
运动识别之HOJ3D和HMM
http://cvrc.ece.utexas.edu/Publications/Xia_HAU3D12.pdfView Invariant Human Action Recognition Using Histograms of 3D JointsThe HOJ3Dcomputed from the...
分类:其他好文   时间:2014-05-24 06:52:59    阅读次数:458
动作识别之APJ3D和随机森林
Human Action Recognition Using APJ3D and Random Forests方法概述:First, we extract the 3D skeletal jointlocations from depth images. The APJ3D computed fro...
分类:其他好文   时间:2014-05-19 14:59:47    阅读次数:371
A Simple Actions Recognition System
A simple actions recognition system based on PCA, MHI and SVM.
分类:其他好文   时间:2014-05-17 19:20:44    阅读次数:222
1417条   上一页 1 ... 139 140 141 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!