一、贡献 (1)提出一种针对RGB-D的新的运动分割算法 (2)运动分割采用矢量量化深度图像 (3)数据集测试,并建立RGB-D SLAM系统 二、Related work [1]R.K. Namdev, A. Kundu, K.M. Krishna, C. Jawahar, Motion segm ...
分类:
移动开发 时间:
2018-12-27 23:01:48
阅读次数:
302
operating systems 操作系统从功能上分两个层面,对上和对下。 对上:对应用提供服务,是控制层面。 用户角度上,操作系统是一个控制软件。 管理应用程序。(不同的应用程序占用不同的资源) 为应用程序提供服务。(IO、声音、网卡访问) 杀死应用程序。 对下:对操作系统内部管理的东西来说。 ...
分类:
其他好文 时间:
2018-12-23 11:20:54
阅读次数:
153
Each SCS is an autonomous web application. For the SCS's domain, all data, the logic to process that data and all code to render the web interface is ...
分类:
其他好文 时间:
2018-12-21 12:53:39
阅读次数:
151
安装Oracle11g,出现这个问题现在总结如下: 出现这个问题是因为配置文件中烧了对应的系统,所以添加进去就行了。 首先打开解压后的database文件夹,找到stage文件夹,再找到cvu文件夹,进去后打开cvu_prereq.xml文件,在该文件中的CERTIFIED_SYSTEMS标签中添加 ...
分类:
数据库 时间:
2018-12-14 21:15:51
阅读次数:
193
Building Hybrid Systems with Boost.Python 使用Boost.Python构建混合系统 Author: David Abrahams Contact: dave@boost consulting.com Organization: Boost Consultin ...
分类:
编程语言 时间:
2018-12-13 20:55:24
阅读次数:
703
参考:https://www.raywenderlich.com/270-unreal-engine-4-particle-systems-tutorial 首先,我们官网下载unreal engine打开,注册,选一个场景,然后: 在“内容浏览器”中,右击,添加“粒子系统”,然后双击这个粒子,就打 ...
分类:
其他好文 时间:
2018-12-13 19:16:20
阅读次数:
222
if (audioService.getRingerMode() != AudioManager.RINGER_MODE_NORMAL) { shouldPlayBeep = false;//检查当前是否是静音模式}else{ shouldPlayBeep = true;}///////////// ...
分类:
移动开发 时间:
2018-12-12 21:04:30
阅读次数:
232
Redis-Sentinel Redis-Sentinel是redis官方推荐的高可用性解决方案,当用redis作master-slave的高可用时,如果master本身宕机,redis本身或者客户端都没有实现主从切换的功能。 而redis-sentinel就是一个独立运行的进程,用于监控多个mas ...
分类:
其他好文 时间:
2018-12-12 14:52:40
阅读次数:
178
系统设计Design For Failure思想 Complex systems fail in spectacular ways. Failure isn’t a question of if, but when. Resilient systems recover from failure; r... ...
分类:
其他好文 时间:
2018-12-09 12:01:23
阅读次数:
758
1、Flask模块中session与Flask-session组件中session的继承关系: Flask模块sessions.py: flask-session组件sessions.py: ...
分类:
其他好文 时间:
2018-12-08 14:45:40
阅读次数:
238