搜索资源列表
-
0下载:
一个基于Visual C++和opencv的运动检测程序,运行时鼠标画框圈选运动的无图就可以实现跟踪源代码。-Based Visual C++ and opencv motion detection program, run the mouse movement without frame circle graph tracking the source code can be achieved.
-
-
0下载:
OpenCV基于帧间差分的运动检测和轮廓提取-OpenCV based on frame difference, motion detection and contour extraction
-
-
0下载:
背景差与帧间差结合的运动检测,并在原视频中画出运动物体-Background difference and frame difference combination of motion detection, and draw in the original video of moving objects
-
-
0下载:
基于OpenCV的简易目标检测跟踪程序,能够实现对每帧视频的连续编号截图,可以实现键盘对视频播放的控制,能对每一视频帧生成包含运动目标区域的前景图像,采用某种策略实现对运动目标的跟踪,并用矩形框+编号将运动目标标出。-A simple target detection program base on OpenCV , which can numbered consecutively for each frame of video screenshots, keyboard control the
-
-
0下载:
对视频进行运动检测,基于相邻两帧帧间差分。
在相邻两帧(也可以为多帧)间计算逐象素的灰度差,并通过设置阈值来确定对应运动前景的象素,进而得到运动前景区域。-On a video motion detection, based on the two adjacent interframe difference. The gray-scale difference between the two adjacent frames (may be a multi-frame) calculating
-
-
0下载:
通过建立高斯混合模型用于运动目标检测,将视频帧检测为前景和背景-Target detection through the establishment of Gaussian mixture model for motion video frame detection for foreground and background
-
-
0下载:
实现了运动目标的检测与跟踪,根据两帧图像的帧差来判断该目标是否在运动-Achieve a moving target detection and tracking, based on frame difference two frames to determine if the target is in motion
-