摘要: 由于最近AR(增强现实)这个概念非常火爆,各种基于AR的应用及游戏逐渐面向大众,而在AR中最重要的两个技术就是跟踪识别和增强渲染,其中跟踪识别是通过OpenCV这个开源的计算机视觉库来实现的,所以我就想着研究一下这个库,这里是个人的学习笔记,不是什么权威的教程,如果你们有错误也麻烦帮我指出哈 ...
分类:
其他好文 时间:
2017-10-09 12:05:21
阅读次数:
127
冒泡排序: public class BubbleSort { public static void main(String [] args) { int [] array={1,2,3,5,6,4}; sort(array); } public static void sort(int [] ar ...
分类:
编程语言 时间:
2017-10-08 16:55:41
阅读次数:
192
1. array 1?? 和list 首先引入 from array import array 然后list到array直接传参数进构造函数就可以。(不知道是不是叫构造函数) np.array('d',[1,2,3]) 转回来的话调用tolist函数 _.tolist() 2??枚举&常用方法 ar ...
分类:
编程语言 时间:
2017-10-08 16:10:23
阅读次数:
251
Arduino教程:MPU6050的数据获取、分析与处理 转载 转载 摘要 MPU6050是一种非常流行的空间运动传感器芯片,可以获取器件当前的三个加速度分量和三个旋转角速度。由于其体积小巧,功能强大,精度较高,不仅被广泛应用于工业,同时也是航模爱好者的神器,被安装在各类飞行器上驰骋蓝天。 随着Ar ...
分类:
其他好文 时间:
2017-10-08 11:15:14
阅读次数:
324
串行化保存数据 //创建文件
CFilefile(_T("1.txt"),CFile::modeCreate|CFile::modeWrite);
//串行化,存储
CArchivear(&file,CArchive::store);
//存储数据
inti=0x31;
charch=‘A‘;
floatf=1.3f;
CStringstr(_T("chinayu@qq.com"));
//写入串行化
ar<<i<..
分类:
其他好文 时间:
2017-10-07 21:22:25
阅读次数:
136
#命令: add-repo (ar) 添加存储库 blame (bl) 包所有者和发布信息 build (bi) 建立eopkg包 check 验证安装 clean 清理陈旧的锁 configure-pending (cp) 配置挂起的包 delete-cache (dc) 删除缓存文件 delta ...
分类:
其他好文 时间:
2017-10-07 18:40:49
阅读次数:
255
maven常用命令介绍 mvn 3.0.4 创建maven项目命令 mvn archetype:generate -DgroupId=damocles-autocredit -DartifactId=damocles-autocredit -DarchetypeArtifactId=maven-ar ...
分类:
其他好文 时间:
2017-10-07 12:25:35
阅读次数:
271
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: 题目标签:Ar ...
分类:
编程语言 时间:
2017-10-05 00:51:33
阅读次数:
416
中文 https://msdn.microsoft.com/zh-cn/vba/word-vba/articles/view-displaypageboundaries-property-word 英文 https://msdn.microsoft.com/en-us/vba/word-vba/ar ...
分类:
编程语言 时间:
2017-10-04 18:29:42
阅读次数:
170
清华稳定源sudo eopkg ar Tuna https://mirrors.tuna.tsinghua.edu.cn/solus/shannon/eopkg-index.xml清华不稳定源sudo eopkg ar UTuna https://mirrors.tuna.tsinghua.edu. ...
分类:
其他好文 时间:
2017-10-03 09:33:41
阅读次数:
302