搜索资源列表
opencv中视频文件逐帧取图
- opencv中视频文件逐帧取图。或将一系列图片组合成为一段视频的源代码-opencv video files frame by frame to take the map. Or a series of pictures together as a video source code
OPENCV-Face-recognition
- OPENGL人脸识别(VC++源代码)有興趣下去試試看吧~!-The the OPENGL recognition (VC++ source code)
example2-1
- OpenCV示例源码\实例源代码例2-1,opencv示例的源码,很好用-OpenCV example source \ instance of source code Example 2-1 opencv example source code, very easy to use
face-reconigize
- 基于五官特征的人脸识别源代码,用的opencv和vc6.0-Face recognition based on facial features source code with opencv and vc6.0
code-examples
- opencv的一些源代码和实例,特别适用没有基础的初学者学习-opencv some source code and examples, especially for beginners to learn there is no basis
CAMSHIPT-SAMPLE
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 release is given in this example in their SAMPLE.
opencv
- 用opencv 打开一个视频的源代码,验证过,实验代码没问题,是教程书中的例子
TakeApart
- 基于Opencv的汽车牌照字符分割源代码,对车牌进行分割处理的基本方法,有助于初学者体会车牌分割的过程-The basic method Opencv car license plate character segmentation source code license plate segmentation processing based help beginners experience the plate segmentation process
Abnormal-Behavior-Detection
- Opencv 根据移动物体的速度和方向检测物体的异常行为 完整源代码 可运行-Detect anomalous behavior of the object based on the speed and direction of moving objects
source_eye tracking
- 眼球跟踪源代码,可以实现眼球识别,并显示眼球相对坐标位置。(Eye tracking source code, you can achieve eye recognition, and show the relative coordinates of the eye position.)
easypr
- 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on ope
1RawToBmpgr
- 基于openCV。 读取raw图像,并将raw格式到bpm格式转换的源代码。(Based on openCV. Read the raw image and convert the raw format into the source code of the BPM format.)
CvvImage
- 在OpenCV高版本里CvvImage类被取消,如果想继续沿用以前的CvvImage,其实很简单,只要搜到CvvImage的源代码(.h和.cpp)。在自己的工程里面增加一个新的CvvImage类就可以了。然后注意在view类头上加个#include "CvvImage.h"(In the OpenCV version, the CvvImage class is cancelled. If you want to continue to use the previous C