资源列表
opencv-face-detection
- face detection code, usually can run under VS
OrbTest
- 最新的图像匹配算法ORB,特征匹配速度比sift提高两个数量级。需要安装opencv2.3.1以上版本。-The latest image matching algorithm ORB
tuxiang2
- 图像去雾处理程序-In recent years, with digital video monitoring technology is more widely used in the field of public safety, transportation and other requirements of the applicability of the monitoring system also rise. In order to monitor the system still
gaosi
- 基于混合高斯背景建模的方法用于检测场景中的运动车辆,采用Visual C++和OpenCV实现,程序有详细注释,并且附带测试视频,希望对大家有帮助。-The movement of vehicles, based on Gaussian mixture background modeling method for detecting the scene to adopt the Visual C++ and OpenCV realization, procedures detailed note
OpcodeDemo
- opcode 的运行实例,三维物体的碰撞检测。构建了包围球,包围盒。有十几个可以运行的例子,点击.exe就可以用了。功能还是很强大的。-opcode 的运行实例,三维物体的碰撞检测。构建了包围球,包围盒。有十几个可以运行的例子,点击.exe就可以用了。功能还是很强大的
Learning-hierarchical-invariant
- deep learning一般是学习的层次结构,它也是有一定理论依据的,即模拟人脑的大脑皮层工作,因为大脑皮层的视觉区域也是分层次工作的,越底层的视觉皮层对那些底层特征就越敏感。综上所述,feature learning有这么多应用需求的驱动和生物神经理论上的支持,注定它能够在AI领域中发挥一定的作用。一些实验表明,有些feature learning学习到的特征几乎比所有其它的特征效果要好,比如本文中的ISA模型就是其中一个。-deep learning hierarchy of learni
eyedetect
- 在Microsoft Visual Studio 2008 平台下基于opencv的人眼检测-in Microsoft Visual Studio 2008 environment eyesdetecting based on opencv
helloopencv
- opencv作业基础1, 适合初学者练习-opencv activity-based, suitable for beginners to practice
camshift
- 在Microsoft Visual Studio 2008平台下基于opencv的目标跟踪-in Microsoft Visual Studio 2008 environment camshiftdemo based on opencv
Hw01
- 利用OpenCV,实现一幅图像的欧氏变换、仿射变换和射影变换,cpp文件中程序各函数和变量的功能进行了说明。-Euclidean transform, affine transformation and projective transformation of an image
opencv_surf
- opencv实现surf特征点提取和配对-opencv surf feature point extraction and matching
3
- 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
