搜索资源列表
opencv-tracking
- opencv 目标检测和跟踪 视频处理 程序-opencv tracking
Laganiere-Robert---OpenCV-2-Computer-Vision-Appli
- OpenCV 2 Computer Vision Application Programming Cookbook
opencv-ebook
- 学习OpenCV(中文版)计算机_人工智能_综合作者:(美)Gary Bradski Adrian Kaehler 计算机视觉是在图像处理的基础上发展起来的新兴学科。-Learning OpenCV (Chinese version) integrated computer _ _ Artificial Intelligence Author: (United States) Gary Bradski Adrian Kaehler image processing, computer visi
GUI-interface-of-OpenCV
- OpenCV-GUI界面的制作-AVI文件播放-OpenCV-GUI interface make-AVI file playback
openCV
- 在C++builder6.0中使用OpenCV1.0,包括OpenCV配置方法和一个示例。-In C++ builder6.0 use OpenCV1.0, including configuration and an example.
opencv-fenleiqi
- 本文档解释如何用opencv训练自己的分类器-This document explains how to train their classifier opencv
OpenCV-image-for-face-recognition-
- Visual_C++利用OpenCV对图像进行人脸识别(傻瓜教程)很适合于初学者-Visual_C++ using OpenCV image for face recognition
MFC-in-OpenCV
- 内容包括MFC中使用opencv的知识,从穿件工程,使用opencv库, 在mfc类中增加函数等。-Including the use of MFC opencv knowledge engineering from wear, use opencv library, add the mfc class functions, etc.
Opencv-in-python
- 用于opencv编程的python代码资料,有许多使用的算法,如提取sift,光流等等,十分实用-Opencv python code for programming information, there are many algorithms used, such as the extraction sift, optical flow, etc., is very practical
Tutorial-2-OpenCV-for-Android-Setup-Windows.pdf.t
- how to do android setup in opencv a perfect tutorial
opencv-facedetection-code
- 基于opencv的人脸识别程序-代码详解,详细讲述了opencv中关于人脸检测的各部分的内容,对于人脸检测很有益处-Opencv face recognition program- the code explain, describe in detail the various parts of the content in opencv face detection, face detection useful
OpenCV-2-Computer-Vision-
- 图像处理opencv的经典书籍里面的程序,对于学习者很有帮助-Opencv image processing program of classic books inside helpful for learners
KNNjunzhilvbo-opencv
- 基于openCV的KNN均值滤波去噪程序,使用VC6.0进行实现-Based on the openCV KNN mean filtering denoising procedures, using VC6.0 to achieve
Asmlib-opencv
- opencv源码,关于3D模型的识别,模式识别和智能辨别,双目识别程序-Part of the project that I m doing in the imageprocessing , using OpenCV for image processing, applied differential filtering will respond quickly
OReilly-OpenCV
- 说明:本书是基于OpenCV1.0的,以C语言实现为主。目前OpenCV的最新的版本是OpenCV2.0,已经完全实现了C++,可惜还没有一本书(包括外文的)是基于OpenCV2.0来介绍OpenCV的,所以建议熟悉图像处理并且英语能过关的朋友直接去学习OpenCV2.0里的英文帮助文档吧。不过英语不行的朋友先从本书开始学习也是一个不错的选择。-Descr iption: This book is based on the OpenCV1.0, and to C language based.
OpenCV-2.2.0-win32-vs2010
- OpenCV-2.2.0-win32-vs2010的函式庫-OpenCV-2.2.0-win32-vs2010 libraries
MFC-OpenCV
- MFC中使用OpenCV在图片框内显示图片和视频文件-MFC using OpenCV in the picture box displays pictures and video files
基于opencv的svm分类识别
- 附件是初始入门学习opencv的SVM简单程序,可以用于了解opencv中关于svm部分的使用,以及训练模块,便于快速上手SVM。开发环境是opencv2.0+vs2008,需要先安装opencv2.0才能够运行看到结果。显示第一个结果后,按回车等待几秒,即可显示分类结果。
opencv 基于MFC对话框显示图像
- opencv 将opencv的图像数据显示在对话框的picture控件上!
MFC与OPENCV的结合
- 源代码,包括了基于opencv的常用的图像处理函数在MFC下的应用,例如 图像预处理,角点检测,霍夫变换,运动定位等例子。