搜索资源列表
CODIGO_VIDEO
- Detect line in road video, using opencv
face_detect_py
- detect face by opencv python
test.tar
- 使用opencv开发的一款分割视频到镜头的源码,如果要用,请确保你会安装opencv,并且请先用ffmpeg切割视频到帧,再用此代码进行检测。 环境: ubuntu,eclispe,c++。-It is a code for cuting videos into lens using opencv. Before downloading,you should make sure that you know how to build opencv path.Please first cut v
Corners
- 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
src
- pedestrian tracking/ this post about how to use OpenCV s HOG-based pedestrian detector: How can I detect and track people using OpenCV? ... of opencv. that said it should be easy to hack the opencv source code
x1
- This is simple OpenCV programm, wich detect human face.
face-reconization
- OPENCV人脸检测简单代码,简单易懂,里面已包含训练库.-use opencv to detect face
detectFront
- 基于Opencv的视频序列前景检测模块,可以用来检测自动化目标跟踪的初始位置-Opencv based video sequences foreground detection module,can be used to detect the initial position in automated target tracking
tutorial-opencv-2-4-3-face-tracking-detection-vid
- detect face in windows aplication
facedetectFULL
- this program about face detect using C++. based on online using opencv and offline camera-this program about face detect using C++. based on online using opencv and offline camera
121638jianceyuan
- 使用VC6.0的MFC和OpenCV检测任何格式的图片中的园,并且标记出来-Use VC6.0 the MFC and OpenCV detect any picture format in the garden, and marked
face-and-eyes-detect
- 基于visual studio编译环境下的opencv的人脸和人眼检测-face and eyes detect
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.
MutiplrFaceDetection
- 使用了OpenCV 2.4.11 和 VS2013 作了一个人脸识别code。可以在一张照片上识别人脸(多人)。每一个被识别的脸都会被画上圆圈。-Can detect multiple face in one picture
Abnormal-Behavior-Detection
- Opencv 根据移动物体的速度和方向检测物体的异常行为 完整源代码 可运行-Detect anomalous behavior of the object based on the speed and direction of moving objects
python-行人检测-可用
- 这是利用python+opencv编写的,行人检测代码,另配有检测样图,测试可用(this is a code for person detect,it function is normal)
HS22x20
- a trained xml for detect wall clocks for c# and opencv (emgu cv)
openCV
- openc和c++实现检测圆形和直线 建议用qt打开(detect CIRCLE and Line)
OpenCVactiondetect
- 在opencv中,利用VC进行运动目标的检测及框选,效果良好(In opencv, VC is used to detect and frame the moving target, and the effect is good)
opencv_traincascade人脸训练无代码
- 人脸检测,采用OPENCV实现,包括训练和检测(face detect, make up by OPENCV, include face detect and face recognize)