搜索资源列表
facedetector_src
- The first step to intelligent image/video processing for face recognition in uncontrolled scenery with complex backgrounds (outdoor environments, airports, train/bus stations) is face detection. The precision of the latter heavily depends your face r
人体步态跟踪识别bate版
- 人体步态跟踪识别bate版,建立自适应背景,对图像序列的运动人体进行步态识别。自动检测-human gait recognition IASAS version tracking, establish adaptive background, the image sequence for the movement of human gait recognition. Automatic detection
videocapture
- 摄像头启动程序,可用于人脸检测中实时图像采集-Camera, start the program, can be used for face detection in real-time image acquisition
MovingDetection
- 用Opencv实现的一个运动检测的程序。通过摄像头捕捉,把捕捉到的图像分为前景和背景,从而检测出运动图像。-Achieved with Opencv a motion detection process. Captured by the camera, the captured image are separated into foreground and background, to detect the moving image.
DETECTION-CONTOURS
- detecte les contours dans une image
DVR_Main
- 可用在停车场开发,图像采集,运动检测等功能-Available in the parking lot development, image acquisition, motion detection functions
motiondectection
- 捕捉多摄像机输入,画面动态侦测,画面截取,支持多种类型的摄像机,包括 ip 摄像机-Capture the multi-camera input, the screen motion detection, image interception, ip camera support.
Videoimagemovingobjectdetection
- 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Video image moving object detection
ji
- 运动目标检测是整个视频监控系统的最底层,是目标跟踪、目标分类、 标行为理解等的基础,因此运动目标检测是视频序列图像处理的关键环节。 -Moving target detection is the video surveillance system, the bottom is the target tracking, target classification, and so on the basis of standard behavior understanding, so vide
stm32-image-detection-scheme
- stm32图像检测方案~~~~~摄像头图像采集的STM32应用-stm32 image detection scheme
video_v4l
- src文件夹gather.cpp文件用于视频图象采集,只用ARM单处理器处理,或者用于linux系统平台,在ARM开发板运行时可用g++编译器编译,linux系统用时gcc编译器,采集的视频帧图象数据可用与图象识别图象检测,也可压缩存储或者传输,检测函数也可windows下用。-The SRC folder gather.cpp file for the video image acquisition, using only ARM single processor, or for the Li
dshowImg
- 抓拍的视频图象属性设置包括分辨率颜色亮度硬件接口选择等,图片嵌入,字体文字嵌入,简单图象拼接等,可加入图象检测识别处理应用,也可识别检测结果发送远程数据库或者以数据记录块的方式上传远程服务比对。另建程序加入测-Capture video image attribute settings include resolution color brightness hardware interface selection, picture into text, font embedding, simpl
Video-Demo
- 基于Visual C++开发环境的视频图像运动目标检测的实现 这个程序真的很好用。我自己人CSDN上下载的。觉得不错,才共享给大家的。 -Video image moving target detection
image-stiching-test
- 双摄像头图像拼接源程序,利用Harris焦点检测、SIft配准等方法,拼接效果不错。-The dual-camera image mosaic source, by Harris focus detection, SIft registration method, good results stitching.
face_det
- Here is the face detection code of my FYP in BS. Face Detection and recognition processes heavily depends o how well the image is compensated for pose and illumination variations. Illumination variation due to light source at absolute position and in
ElectronicPolicePhotoProcess
- 该软件是一个图片处理软件,解决了路口闯红灯抓拍系统与雷达测速抓拍系统、双黄线检测时,系统实际抓拍结果与实际应用无法高效衔接的问题。 软件以事件作为一个单位,实现事件照片的浏览、删除、事件切换、照片合成、克隆等功能。 软件为绿色免安装版,无需架设服务器,单机即可使用。具备局域网功能。界面友好,操作简便。 -The software is an image processing software, to solve the intersection through
smoke-detection
- 针对烟雾图像的特点,本文提出两种烟雾图像型火灾检测方法:基于小波变换的烟雾图像型火灾检测法和基于帧图像相减法的烟雾图像型火灾检测法。-Characteristics of smoke images, this paper presents the image of two smoke fire detection method: based on wavelet transform image of the smoke fire detection and smoke image subtrac
video-detection
- 针对室内环境多运动目标的复杂性,本文提出了基于图像块近似连通性的图元分割方法。-The complexity of multiple moving objects in indoor environment, this paper proposes to approximate the connectivity graph based on the image segmentation method.
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
GMM
- 针对摄像机固定下的复杂背景环境,对采集到的视频图像的图像数据用混合高斯背景建模方法实现前景/背景分割,实现运动目标检测和跟踪。在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。然后在测试阶段,对新来的像素进行GMM匹配,如果该像素值能够匹配其中一个高斯,则认为是背景,否则认为是前景。由于整个过程GMM模型在不断更新学习中,所以对动态背景有一定的鲁棒性。最后通过对一个有树枝摇摆的动态背景进行前景检测,取得了较好的效果。-For c