摘要:在本教程中,我们将涉及: 这个教程代码如下所示. 你还可以 从这里下载到源代码 这是使用BruteForce 匹配两张图的结果: Shuai Zheng, <kylezheng04@gmail.com>, http://www.cbsr.ia.ac.cn/users/szheng/ from: ht 阅读全文
OpenCV亚像素级的角点检测
2016-03-18 15:19 by GarfieldEr007, 1563 阅读, 0 推荐, 收藏, 编辑
摘要:在本教程中我们将涉及以下内容: 这个教程的代码如下所示。源代码还可以从 这个链接下载得到 亚像素级的角点检测结果: Shuai Zheng, <kylezheng04@gmail.com>, http://www.cbsr.ia.ac.cn/users/szheng/ from: http://ww 阅读全文
OpenCV特征点检测
2016-03-18 15:19 by GarfieldEr007, 430 阅读, 0 推荐, 收藏, 编辑
摘要:在本教程中,我们将涉及: 这个教程的代码如下所示。你还可以从 这个链接下载到源代码 这是第一张图的特征点检测结果: 这是第二张图的特征点检测: Shuai Zheng, <kylezheng04@gmail.com>, http://www.cbsr.ia.ac.cn/users/szheng/ f 阅读全文
OpenCV定制化创建角点检测子
2016-03-18 15:18 by GarfieldEr007, 240 阅读, 0 推荐, 收藏, 编辑
摘要:在这个教程中我们将涉及: 这个教程的代码如下所示。源代码还可以从 这个链接下载得到 Shuai Zheng, <kylezheng04@gmail.com>, http://www.cbsr.ia.ac.cn/users/szheng/ from: http://www.opencv.org.cn/ 阅读全文
OpenCV Shi-Tomasi角点检测子
2016-03-18 15:16 by GarfieldEr007, 274 阅读, 0 推荐, 收藏, 编辑
摘要:在这个教程中我们将涉及: 这个教程的代码如下所示。源代码还可以从 这个链接下载得到 Shuai Zheng, <kylezheng04@gmail.com>, http://www.cbsr.ia.ac.cn/users/szheng/ from: http://www.opencv.org.cn/ 阅读全文
OpenCV Harris 角点检测子
2016-03-18 15:15 by GarfieldEr007, 272 阅读, 0 推荐, 收藏, 编辑
摘要:本教程中我们将涉及: 是指 图像特征类型: 本教程涉及 角点 特征。 由于角点代表了图像像素梯度变化,我们将寻找这个”变化”。 考虑到一个灰度图像 . 划动窗口 (with displacements 在x方向和 方向) 计算像素灰度变化。 其中: 为了寻找带角点的窗口,我们搜索像素灰度变化较大的窗 阅读全文
用Python语言写Hadoop MapReduce程序Writing an Hadoop MapReduce Program in Python
2016-03-15 21:36 by GarfieldEr007, 287 阅读, 0 推荐, 收藏, 编辑
摘要:In this tutorial I will describe how to write a simple MapReduce program for Hadoop in the Python programming language. Even though the Hadoop frame 阅读全文
使用R语言和XML包抓取网页数据-Scraping data from web pages in R with XML package
2016-03-15 21:28 by GarfieldEr007, 649 阅读, 0 推荐, 收藏, 编辑
摘要:In the last years a lot of data has been released publicly in different formats, but sometimes the data we're interested in are still inside the HTML 阅读全文
运行Hadoop的示例程序WordCount-Running Hadoop Example
2016-03-15 21:26 by GarfieldEr007, 323 阅读, 0 推荐, 收藏, 编辑
摘要: In the last post we've installed Hadoop 2.2.0 on Ubuntu. Now we'll see how to launch an example mapreduce task on Hadoop. In the Hadoop directory 阅读全文
结合MapReduce和数据集Combining datasets with MapReduce
2016-03-15 21:24 by GarfieldEr007, 183 阅读, 0 推荐, 收藏, 编辑
摘要:While in the SQL-world is very easy combining two or more datasets - we just need to use the JOIN keyword - with MapReduce things becomes a little har 阅读全文