Welcome![Sign In][Sign Up]
Location:
Search - frame detection

Search list

[Other resourceuart frame det

Description: 自己的小作,能简化繁琐的通讯帧格式的检测工作,在常量数组 PROTOCOL_ARRAY 中定义一个或多个通讯帧格式,能同时将多个有效帧检测出来,采样队列的方式,高效.-for their small, can simplify the cumbersome communications frame format detection, the constants defined array PROTOCOL_ARRAY one or more communications frame format. while many can be effectively detected frame, sampling cohort approach and efficient.
Platform: | Size: 5225 | Author: 陈文杰 | Hits:

[Picture Viewermotion

Description: There are many approaches for motion detection in continuous video streams. All of them are based on comparison of current video frame with one from the previous frames or with something that we ll call background. In this article I ll try to describe some of the most common approaches. In describing the algorithms, I ll use an image processing library I ve described in my previous article. So, if you are common with it, it will only help. The demo applications support the following types of video sources: AVI files (using Video for Windows, interop library is included) updating JPEG from internet cameras MJPEG (motion JPEG) streams from different internet cameras MMS Stream - Microsoft Media Services local capture device (USB cameras or other capture devices).-There are many approaches for motion detection in continuous video streams. All of them are based on comparison of current video frame with one from the previous frames or with something that we ll call background. In this article I ll try to describe some of the most common approaches. In describing the algorithms, I ll use an image processing library I ve described in my previous article. So, if you are common with it, it will only help. The demo applications support the following types of video sources: AVI files (using Video for Windows, interop library is included) updating JPEG from internet cameras MJPEG (motion JPEG) streams from different internet cameras MMS Stream- Microsoft Media Services local capture device (USB cameras or other capture devices).
Platform: | Size: 116736 | Author: | Hits:

[Multimedia DevelopVC_视频捕捉与帧处理

Description: 视频捕捉与帧处理 演示程序 v0.1版 说明: 1.支持USB摄像头 2.使用已封装好的framegrabber类,非常简便 3.带有简单的实时边缘检测、运动检测功能 (含演示录像)-video frame capture and processing procedures v0.1 demo version : 1. USB camera 2. use Packaging good framegrabber category, three very simple. with a simple real-time edge detection, motion detection function (including demonstration video)
Platform: | Size: 2578432 | Author: 赵辉 | Hits:

[SCMuart frame det

Description: 自己的小作,能简化繁琐的通讯帧格式的检测工作,在常量数组 PROTOCOL_ARRAY 中定义一个或多个通讯帧格式,能同时将多个有效帧检测出来,采样队列的方式,高效.-for their small, can simplify the cumbersome communications frame format detection, the constants defined array PROTOCOL_ARRAY one or more communications frame format. while many can be effectively detected frame, sampling cohort approach and efficient.
Platform: | Size: 5120 | Author: 陈文杰 | Hits:

[mpeg mp3KeyFrameExtractor-Source

Description: 视频关键帧自动提取软件。可以设置多种参数,控制提取的数量。对于很多应用而言都是必须的-automatic video key frame extraction software. You can set a variety of parameters, from the number of control. For many applications are necessary
Platform: | Size: 9216 | Author: steven | Hits:

[Special Effectsmotiondetection

Description: 完整的程序,提供测试视频帧。根据视频帧中图像的形状进行运动估计-integrity of the procedures for testing video frames. According to Video Frame Image Motion Estimation shape
Platform: | Size: 2266112 | Author: 乔香磊 | Hits:

[VHDL-FPGA-Verilogsdh

Description: 帧同步检测源码,包括同步跟踪模块,fifo,分频模块,还有系统的测试平台-frame synchronization source detection, including synchronous tracking module, fifo, frequency module, and system test platform
Platform: | Size: 6144 | Author: liu | Hits:

[Graph programbkgrd

Description: 主要是利用背景建模检测运动物体,即逐帧读取视频,将前景图和背景图提取出来进行显示。-Mainly using the context of modeling moving object detection, that is read frame by frame video, will be the prospect of map and background image extracted from the display.
Platform: | Size: 12759040 | Author: | Hits:

[Graph programHarrisCorner

Description: 这是一个角点检测的算法,对于识别人的关键形体部分很 有 帮助-This is a corner detection algorithm for the identification of the key body parts were very helpful
Platform: | Size: 3028992 | Author: leon | Hits:

[Program docAnimprovedslowmotiondetectionapproach

Description: 基于帧差的慢镜头检测的文章,感觉很不错,改进了检测方法,适合做相关毕设的同学看一下,slow-motion,slow motion detection -Poor frame-based detection of slow lens article, I feel very good, improved detection methods, suitable for students who have completed relevant to look at, slow-motion, slow motion detection
Platform: | Size: 375808 | Author: tianshimao | Hits:

[Multimedia DevelopAviRead

Description: 采用matlab读取avi文件中各帧的图像。-Avi file using matlab to read each frame image.
Platform: | Size: 3072 | Author: jiajia | Hits:

[Graph Recognizeimage

Description: 简单的图像处理:读取图像,灰度图像的边缘检测,二值图像的边界像素,模糊图像处理,帧图像,以及图像类型的转换-Simple image processing: to read the image, gray image of the edge detection, binary image of the border pixels, fuzzy image processing, frame images, and image type conversion
Platform: | Size: 2048 | Author: sh85 | Hits:

[Software Engineeringtarget-detection

Description: 基于视频的目标检测跟踪的研究与实现 详细讲述了各种运动目标检测方法 光流法 帧差法-Video-based target detection and implementation of follow-up study to describe in detail the various methods of moving target detection method optical flow frame-difference method
Platform: | Size: 3081216 | Author: jinyadong | Hits:

[Graph RecognizeVideo-Frame

Description: 视频帧分析源码,用于车辆检测及车牌识别,采用背景差分法-Analysis of source video frame for vehicle license plate detection and identification, using the background difference method
Platform: | Size: 197632 | Author: ligi | Hits:

[Picture ViewerFrame

Description: 读取指定帧并灰度化并canny边缘提取及灰度直方图及RGB值,借用OPENCV-Reads the specified frame and the graying and the canny edge detection and histogram and RGB value, using OPENCV
Platform: | Size: 610304 | Author: 张峰 | Hits:

[OtherVideo-motion-detection-algorithm-source-code

Description: 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based on the current frame and previous frame image comparison, the program uses the AForge.NET framework library. Sample code which supports the following video format: AVI file, network camera JPEG and MJPEG, the local collection devices (USB cameras, etc.).
Platform: | Size: 1349632 | Author: 憨豆 | Hits:

[matlabMotion-Detection

Description: matlab实现视频中动态目标跟踪,试验过,可以用,帧插法实现-matlab dynamic target tracking in video, tested, you can use, frame interpolation to achieve
Platform: | Size: 622592 | Author: 仇乐 | Hits:

[matlabdetection

Description: 基于帧间差分法的运动目标检测程序,可以直接使用,付视频-Frame difference method based on motion detection program that can be used directly
Platform: | Size: 620544 | Author: cicc | Hits:

[matlabframe-difference-method-

Description: 帧间差分法处理图像视频,可用于运动目标的检测-Image processing video frame difference method can be used for the detection of moving targets
Platform: | Size: 1024 | Author: 李绅 | Hits:

[Special EffectsFrame-difference-Detection

Description: 很好的基于帧间差分的目标跟踪检测算法matlab代码,里面含有测试视频!-Good target tracking based on frame difference detection algorithm matlab code, which contains a test video!
Platform: | Size: 1197056 | Author: 胡博 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net