码迷,mamicode.com
首页 >  
搜索关键字:leap motion    ( 467个结果
【Daily Scrum】11-25
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
[unity-16] Character Controller的Move和SimpleMove的区别
下面是官方解释以及其翻译大意: CollisionFlags Move(Vector3 motion); Description A more complex move function taking absolute movement deltas. Attempts to move the controller by motion, ...
分类:编程语言   时间:2014-11-23 23:31:50    阅读次数:292
【Daily Scrum】11-21
GroupToday's workTomorrow's workMVVM--(leave it for now and do the UI in the end of this sprint)AlgoStart MotionEffectsParameter partsFinish motion pa...
分类:其他好文   时间:2014-11-21 21:43:55    阅读次数:242
android的 View和 ViewGroup的事件分发机制
Android时间分发View的时间分发过程dispatchTouchEvent —> onTouch –-> onTouchEvent /** * Pass the touch screen motion event down to the target view, or this * view ...
分类:移动开发   时间:2014-11-17 22:38:59    阅读次数:429
图像运动检测系统
运动图像检测系统:准备:移植Linux2.6.29运行于s3c2440板子上,按键驱动,USB host controller驱动声卡驱动动态链接文件系统制作SDK-MOTION/src/fs/rootfs-motion.tar.gzmadplay播放器移植图像运动检测程序设计报警主程序设计1.当移...
分类:其他好文   时间:2014-11-17 19:19:19    阅读次数:339
openbr on linuxmint13/ubuntu12.04/debian7 x64 facial recognition [Compile from source!!!]
Openbr is a great project for facial detecting.System: linuxmint 13 x86_64Face recognition, motion / gender / age / detection Here it's website:http:/...
分类:系统相关   时间:2014-11-14 10:39:08    阅读次数:745
Motion images compression and restoration based on computer vision
This technique should apply to both normal video (consequtive sequences of pictures of real world) and animations (sequences of images drawn by human ...
分类:其他好文   时间:2014-10-25 13:10:23    阅读次数:220
[001] leap_stage
[Description] There is a number in each stages that indicates the most stages you can leap up. Now, giving an array which represents one kind of stair...
分类:其他好文   时间:2014-10-20 18:47:25    阅读次数:164
UVa 10116 - Robot Motion
题目:有一个地图,地图上有运行的规则(移动到东西南北四个方向),现在给你起始点,求最后的状态。 分析:模拟。直接从起始点出发,按照地图的规则移动即可。记录每个点到达时走的步数,计算环。 说明:这题目也很眼熟(⊙_⊙)。 #include #include #include #include using namespace std; char maps[100][100]; int...
分类:其他好文   时间:2014-10-18 12:37:20    阅读次数:169
PS 滤镜——运动模糊
%%%%%  motion blur clc; clear all; close all; Image=imread('4.jpg'); Image=ouble(Image); theta=pi/4; len=20; row=floor(len*sin(theta))+1; col=floor(len*cos(theta))+1; motion_f1(1:row,1:c...
分类:其他好文   时间:2014-10-08 16:02:05    阅读次数:237
467条   上一页 1 ... 40 41 42 43 44 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!