码迷,mamicode.com
首页 >  
搜索关键字:poj1753robot motion    ( 352个结果
linux下的开源移动图像监测程序--motion编译与配置
前几天在网上偶然看到一篇博客,是利用linxu下的开源的motion搭建嵌入式视频动态监控系统,感觉很好很强大于,是就想自己编译移植一下试试。所谓移动图像监测,简单来说就是利用摄像头定点监测某个区域,当有移动物体经过时,摄像头便自动抓拍(要监测多大物体、按拍照速率都是可调的),并把拍到的图像存储在指...
分类:移动开发   时间:2015-10-07 12:10:12    阅读次数:210
ios UIWindow 错误使用导致无法接收motionEnded(摇一摇)函数
今天遇到一个问题,第一次运行程序时,- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event函数无法调用,第二次就好了。找了1天,终于找到了原因。在第一次运行时,显示了一个帮助页面,而这个页面当时是使用再加一层UIWi...
分类:移动开发   时间:2015-09-17 19:08:36    阅读次数:229
Motion Design for iOS
Book DescriptionMotion Design for iOS is a first-of-its-kind guide that explains how to both design & build wonderful, immersive animations for iOS. L...
分类:移动开发   时间:2015-09-04 12:28:54    阅读次数:186
如何借助Motion操控Linux监控摄像头
介绍本文介绍如何使用motion来操控Linux下的摄像头。安装apt-get install motion配置文件输入命令后面的命令编辑配置文件,vim /etc/motion/motion.conf按照如下需改:daemon on #后台运行videodevice /dev/video0 #摄像...
分类:系统相关   时间:2015-09-03 17:52:01    阅读次数:347
HDU 1036 Robot Motion 深搜
?? Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions...
分类:其他好文   时间:2015-08-31 23:44:11    阅读次数:278
自定义双向seekbar中横向滑动和scrollview的滑动冲突
/** * Tries to claim the user‘s drag motion, and requests disallowing any * ancestors from stealing events in the drag. *? * 试图告诉父view不要拦截子控件的drag */ private void attemptClaimDrag() {...
分类:其他好文   时间:2015-08-28 23:28:52    阅读次数:955
Material Design5.x动画实现解析篇一
Material Design设计语言动画篇共推出六种类型的动画效果: 1、Touch feedback(触摸反馈) 2、Reveal effect(揭露效果) 3、Activity transitions(Activity转换效果) 4、Curved motion(曲线运动) 5、View state changes (视图状态改变) 6、Animate Vect...
分类:其他好文   时间:2015-08-28 13:20:53    阅读次数:359
智能设备只依托加速度感应计算距离是否可行?
感觉主要的问题在于精度。我去随便查了一种移动设备上可以用的加速度计:LIS2DH12 MEMS digital output motion sensor: ultra low-power high performance 3-axes femto accelerometer它的最高精度为1mg/LS...
分类:其他好文   时间:2015-08-13 23:36:59    阅读次数:198
poj 1879 Tempus et mobilius Time and motion
本题链接:点击打开链接 本题大意:         有一计时器,由编号从1到n的球组成,有三个轨道,分别对应1分钟,5分钟,1小时。此三个轨道可认为是栈,每分钟从球堆里出来一个球,球堆可认为是队列,三个轨道的容纳量分别是4,11,11。球首先进入的是1分钟轨道,当第五个球进入时,一分钟轨道的球全部出栈,进入球队列。而第五个球进入5分钟轨道,5分钟轨道满后再进的球进入小时轨道,5分钟轨道的球全部...
分类:其他好文   时间:2015-08-13 18:11:04    阅读次数:111
352条   上一页 1 ... 20 21 22 23 24 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!