搜索资源列表
objectdetected
- LK算法实现视频中运动目标检测,利用OPENCV开发工具中的LK函数-object detect
MOUSE_TRACKING
- CAMSHIFT跟踪源码,结合卡尔曼滤波器跟踪,跟踪的目标可以手动选择-code for object detect using camshift and kalman filter
oneEye
- Opencv Detect 2 object Computer Vision
flightsim
- Uses blender to generate a scene with reference objects. Takes input images and uses opencv methods to estimate the object translation and rotation from the camera. Reads the object 3D coordinates from a file and uses color to detect the objects in t
fulltext
- 一个实时的2维人体检测跟踪算法,是opencv源码里参考的文章之一。内容包括表面模型建立,新目标检测以及匹配的问题。-A Real-Time System for Detecting and Tracking People in 2D, is one of the references in opencv, including the appearance model, new object detect and how to find the corresponding one.
ch2_ex2_4
- 运动物体检测的程序,能够检测出轻微的颤抖,在较好的摄像头的前提下-Moving object detection program that can detect a slight tremble in the premise of a good camera
little-Detect-Object-program
- 实现人脸的检测并显示处理时间,实现图像缩放-Face detection and realize that the processing time, realizes image scale
facedetect_Opencv_haar_adboost_CPP
- 人脸检测的程序,用的haar特征和adboost算法,基于opencv的在VS2010上成功运行的C程序。可以检测静态图片,视频,和摄像头的视频中是否含有目标对象的程序。-Face detection program, with the the haar characteristics and adboost algorithm, based on opencv run successfully on VS2010 C program. The program can detect static
detect
- 应用OPENCV,从摄像头或读视频文件和运动物体检测 -Application OPENCV, from the camera or read video files and moving object detection
three_frame
- 三帧差分 希望对你们有所帮助 能够检测运动目标-object detect three frame
TargetDetection
- 读入视频序列,对视频输出窗口中的运动物体进行检测,如果有运动的物体,则将其用矩形框标记出来-Reads the video sequence to detect moving objects in video output window, if there is a moving object is marked with rectangles
opencv_object_track
- 基于opencv的运动目标检测,并实现了检测目标的标记,检测的速度稍微慢了一点,效果还可以。-Moving object detection based on opencv, detect the target mark, and implements the detection speed is a little bit slow, effects can also.
Moving-object-detection
- 从摄像头读取视频图像并对运动物体进行检测-Read video images from the camera to detect moving objects and
Frame_difference_method
- 利用帧间差分法,对视频中的相邻两帧图像进行差分处理,获取目标-using the frame differential, address the pictures and detect the object
histogram
- 计算图像的直方图,通过查找表修改图像外观,直方图均衡化,反投影直方图以检测特定的图像内容,实用均值漂移算法查找物体,实用比较直方图检索相似图片-Files: histogram.h histograms.cpp correspond to Recipes: Computing the Image Histogram Applying Look-up Tables to Modify Image Appearance Files: colorhistogra
color-detect
- 颜色提取目标检测,可以方便的提取目标物体颜色,再次基础上可以加入滑动条窗口进行优化-Color extraction target detection, you can easily extract the target object color, again adding the slider window can be optimized on the basis of
1
- 级联分类器检测cpp 自己编写的拥有跟踪欧氏距离方法-boosting detect object
optical flow tracker
- 光流法实现移动目标是追踪,检测物体位移,判断运动方向(Optical flow method to achieve the target is to track, detect object displacement, to determine the direction of movement)
BackGround-Fore-Detect
- 包含一些常见的运动目标检测算法,有背景模型算法,混合高斯模型算法,帧差法,经典的CB法,所有源码皆可运行。(This package include some common Moving Object Detection algorithm.Such as the BgModel,CodeBook and Gaussian-mixture-model.)
Object tracking
- The program is based on VS2010 + OpenCV2.4, used in the two picture of the same scene moving object trajectory tracking.The program from the BBN Computer Vision Lab.