先推荐大家看着两篇:
[2] Viola P, Jones M J. Robust Real-Time Face Detection[J]. International Journal of Computer Vision, 2004, 57(2):137-154.
[3] http://www.cnblogs.com/ello/archive/2012/04/28/2475419.html
...
分类:
其他好文 时间:
2016-04-30 14:23:05
阅读次数:
337
周报 1.文献阅读 Mehran R, Oyama A, Shah M. Abnormal crowd behavior detection using social force model[C]// Conference on Computer Vision & Pattern Recogniti ...
分类:
其他好文 时间:
2016-04-20 01:47:07
阅读次数:
136
The picture above is funny. But for me it is also one of those examples that make me sad about the outlook for AI and for Computer Vision. What would ...
分类:
其他好文 时间:
2016-04-11 14:00:00
阅读次数:
186
翻译水平有限,欢迎阅读原文一、深度学习当前,深度学习已经成为一个热门话题。随着深度学习算法和GPU技术的发展,我们已经能够解决许多领域(计算机视觉、自然语言处理和机器人学)曾经认为不可能的事情。深度学习是建立在传统的深度神经网络之上的。最近几年的热点是大数据集和强大的GPUs的使用。神经网络本质上是一种并行算法,因此多核GPUs的使用能够明显的减少用于训练深度神经网络的时间。以下,我将会讨论如何使用...
分类:
其他好文 时间:
2016-04-10 15:05:22
阅读次数:
625
暑假听了computer vision的一个Summer School,里面Jason J. Corso讲了他们运用Low-Mid-High层次结构进行Video Understanding 和 Activity Recognition的方法,受益颇深,在这里把他的方法总结一下: 1. 层次结构表示 ...
分类:
其他好文 时间:
2016-04-08 19:52:45
阅读次数:
544
计算机视觉课堂笔记 参考:David G. Lowe, Distinctive Image Features from Scale-Invariant Keypoints, International Journal of Computer Vision, Vol. 60, Page 91-110,
分类:
其他好文 时间:
2016-03-19 19:36:29
阅读次数:
208
本教程教您怎样使用各种线性滤波器对图像进行平滑处理,相关OpenCV函数如下: Note 以下原理来源于Richard Szeliski 的著作 Computer Vision: Algorithms and Applications 以及 Learning OpenCV 平滑 也称 模糊, 是一项
分类:
其他好文 时间:
2016-03-18 16:12:24
阅读次数:
224
摘自 <<Learning OpenCV: Computer Vision in C++ with the OpenCV Library>> #include "opencv2/highgui/highgui.hpp" using namespace cv; int main(int argc, c
分类:
其他好文 时间:
2016-02-26 08:09:31
阅读次数:
166
角点特征检测与匹配是Computer Vision 应用总重要的一部分,这需要寻找图像之间的特征建立对应关系。点,也就是图像中的特殊位置,是很常用的一类特征,点的局部特征也可以叫做“关键特征点”(keypoint feature),或“兴趣点”(interest point),或“角点”(conrn...
分类:
其他好文 时间:
2016-01-09 15:22:47
阅读次数:
265
一、简介 OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Pyt...
分类:
其他好文 时间:
2016-01-03 15:02:18
阅读次数:
192