CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 视频图像

搜索资源列表

  1. TE2440-ov9650-drive-code-LINUX

    0下载:
  2. arm系统LINUX环境下TE2440开发板ov9650 CMOS 摄像头驱动源码及测试程序,在触摸屏上得到实时的视频图像-arm the system LINUX environment TE2440 development board ov9650 CMOS camera driver source code and test procedures, the touch screen get real-time video image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2433896
    • 提供者:winn
  1. Camera

    0下载:
  2. Labview下的采集图像(摄像头完成)程序-Under Labview acquisition images (camera completed) procedures
  3. 所属分类:Video Capture

    • 发布日期:2017-03-27
    • 文件大小:39277
    • 提供者:常非
  1. yudong

    2下载:
  2. 运动目标识别,采用背景差分方法。背景图像由均值法获得。里面的视频换成前几帧换成纯背景效果能更好一点-Moving target identification, using the background difference method. Background image obtained from the mean. Which replaced the previous video frame replaced by pure background a little better resul
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-05
    • 文件大小:849061
    • 提供者:gao
  1. matlab

    0下载:
  2. matlab采集视频图像,背景检测,采集灰度图象等-matlab video image capture, background detection, acquisition and other gray image
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:670
    • 提供者:华仔
  1. shipinotsu

    1下载:
  2. 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video frames to achieve a certain interception.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:988
    • 提供者:王忠建
  1. MPEG_souce-code

    0下载:
  2. Mpeg压缩的C++源代码,对于图像压缩,视频压缩,图像编码领域的朋友很有用-Mpeg compression of the C++ source code, for image compression, video compression, image coding friends useful
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:40424
    • 提供者:郝人
  1. Opticalflow

    0下载:
  2. 光流场显示视频图像特征点,标出特征点其位移矢量-Optical flow field to display video image features,The displacement vector of feature points marked
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:1949391
    • 提供者:lansejingling
  1. h264_env_linux.tar

    0下载:
  2. 此源码是在ARM11平台视频硬编码的源程序,利用ARM11的MFC来进行视频图像的H.264硬压缩。同时还包括了说明文档。-This source is H.264 hardware compression of video images in the ARM11 platform video hard-coded source, use the ARM11 MFC. It also includes documentation.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:41731
    • 提供者:liulicai
  1. mfcopencv

    0下载:
  2. opencv在visualC++中mfc平台实现基本的图像显示,视频采集,人脸检测等问题-In visualC++ opencv mfc platform in the basic image display, video capture, face detection and so on
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:22192779
    • 提供者:yangxin
  1. yy

    0下载:
  2. 读取视频文件,读取一帧图像并检测图像中的汽车,使用循环逐帧对图像进行检测-read the videofrequency documents,then detect the cars in the picture,use the cycle to detect the picture.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:119930
    • 提供者:fuky
  1. QT-image-acquisition

    0下载:
  2. QT图像采集。可以在QT中点击ok键预览视频,点击capture键,截取图片,保存为bmp格式,点击exit键,退出预览和拍照模式。-QT image acquisition. You can click the ok button in the QT preview video, click the capture button, the interception of images, saved as bmp format, click the exit button to exit the
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:324788
    • 提供者:jack
  1. test

    0下载:
  2. 本程序可以对输入的图像或者视频进行人脸检测,其中用到了OpenCV的库函数,因此需要先安装并配置好OpenCV后方可运行-This procedure can be the input image or video Face Detection, which uses the OpenCV library function, it needs to be installed and configured before running OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1854
    • 提供者:李凯乐
  1. qtfm_1_3

    1下载:
  2. 四维傅里叶变化,提取图像的突变点,saliency等点的提取,基于颜色,亮度,和motion,也可用于视频-Four-dimensional Fourier changes, point mutations extracted image, saliency, such as the extraction point, based on the color, brightness, and motion, can also be used for video
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-20
    • 文件大小:172308
    • 提供者:王敏
  1. motion-tracking-system-

    1下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  1. extractman

    1下载:
  2. 该视频是在静态背景下利用背景减除法对运动目标进行检测,图像为二值化后的图像。-The video is in the static context of the use of background subtraction method to detect moving objects, images for binarization image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:499480
    • 提供者:张进
  1. PicToAvi

    0下载:
  2. 将序列图像转化成视频,将序列图像转化成视频 -sequence pictures Will be transformed into a video image sequence
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:4078168
    • 提供者:gp
  1. shipintuxiang

    0下载:
  2. 基于VHDL,实现视频图像的行列计数器,已经调试仿真通过可用.-Based on VHDL, the ranks of video image counter, has been simulated through the available debugging.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:123347
    • 提供者:
  1. vb-tvpicture

    3下载:
  2. 一个VB通用的视频采集源码.特别适用于医院放射科\B超室的医学图像采集.-A common VB video capture source. Especially for hospital radiology departments \ B super room medical image acquisition.
  3. 所属分类:hospital software system

    • 发布日期:2017-03-29
    • 文件大小:20258
    • 提供者:刘云
  1. AForge.NET

    0下载:
  2. C#开发的计算机视觉及人工智能领域的一个功能非常强大的类库,包括图像处理库、计算机视觉库、机器学习库、视频处理库等。-AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence- image processing, computer vision, neural networks
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-09
    • 文件大小:16534815
    • 提供者:刘子木
  1. VFW

    0下载:
  2. VFW实现视频图像采集及显示,可以完成截图简单功能,用作摄像头程序开发和远程监控-VFW to achieve video image acquisition and display, you can complete a simple screenshot function, as a camera program development, and remote monitoring
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:41445
    • 提供者:wzh
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com