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

搜索资源列表

  1. frame-differential-method-

    2下载:
  2. 源代码在matlab实现相邻帧间差分法对于视频中对移动目标的识别。附送视频,在matlab上能打开的视频只有无压缩的AVI视频。视频背景没有变化的情况下,处理效果很好。-The source code in matlab between adjacent frame difference method for the recognition of moving target in the video. Attached to the video, can open the video on th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3488768
    • 提供者:gjjh
  1. jichu

    0下载:
  2. 基于matlab,实时视频处理平台的开发和应用。。。调用摄像头-Based on MATLAB, real-time video processing platform development and application... Call the camera
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2922480
    • 提供者:陆小花
  1. chap14

    0下载:
  2. matlab图像处理实例详解chap14——基于simulink的视频和图像处理-matlab image processing examples explain chap14- simulink-based video and image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:258316
    • 提供者:xiaojingwen
  1. frft

    0下载:
  2. FRFT算法实现程序,用分数阶傅里叶变换进行信号处理,得到对应的视频图-frft simulation using matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:815729
    • 提供者:chenjinhai
  1. 051817-01

    0下载:
  2. 这是一个关于视频跟踪的文件,可以用于MATLAB环境运行,可以以此为基础进行处理。-This is a document on the video track, can be used to run MATLAB environment can be as a basis for processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:133770
    • 提供者:flamingohou
  1. video-difference

    0下载:
  2. 基于视频的图像差分处理matlab程序,实现目标的跟踪效果-Video-based image processing matlab differential procedures, to achieve the effect of target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:13630
    • 提供者:罗明奇
  1. image_processing

    0下载:
  2. 使用MATLAB软件中的simulink 搭建的各种图像视频处理模块,利于初学者对MATLAB软件和数字图像处理的掌握-the module of image and camera
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:191513
    • 提供者:李迎华
  1. toolbox-master

    0下载:
  2. 这个工具箱是为了方便图像和视频在 matlab 环境中的操作。其目的是为了补充,而不是替换 Matlab 图像处理工具箱,事实上它需要安装 Matlab 图像工具箱。强调对代码效率和代码重用。-This toolbox is meant to facilitate the manipulation of images and video in Matlab. Its purpose is to complement, not replace, Matlab s Image Processing
  3. 所属分类:Graph Recognize

    • 发布日期:2016-06-29
    • 文件大小:5000192
    • 提供者:SunZhi
  1. yuv2mov

    0下载:
  2. 在matlab环境下,将YUV视频格式转换为matlab可以处理的mov视频格式-In the matlab environment, the YUV video format conversion mov video format that can be processed for matlab
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:1497
    • 提供者:夏云
  1. matlab_use_usbcam

    0下载:
  2. 在matlab中调用PC自带摄像头,并对采集到的视频进行相关处理- PC camera comes calling in matlab, and collected relevant video processing
  3. 所属分类:Video Capture

    • 发布日期:2017-04-08
    • 文件大小:1011
    • 提供者:董琪
  1. project

    0下载:
  2. 能够跟踪视频中简单背景下的移动物体。 Matlab运行后有相应界面,先选择视频,然后按“跟踪”键开始处理。-This is able to track moving objects with a simple background. After running the corresponding Matlab interface, the video, then press the track button to begin processing.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:413803
    • 提供者:Elaine
  1. FaceRecognition_CNN(olivettifaces)

    2下载:
  2. 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15348854
    • 提供者:周文活
  1. 001Matlab

    0下载:
  2. 很好的matlab2014编程,关于视频图像处理,分帧处理-Good matlab 2014b programming on video image processing, sub-frame processing
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:63134
    • 提供者:曾廷
  1. video1

    0下载:
  2. matlab图像处理作业,对一段视频中的运动物体进行实时跟踪。利用surf进行每两帧图像的配准,并利用帧间差分法,找到物体轮廓,可追踪两个目标,请在matlab2013b环境下运行-Matlab image processing operations, real-time tracking of a moving object in video. Using surf every two frames of image registration, and use the interframe d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:207587
    • 提供者:贾程序
  1. Image-to-fog-technology

    2下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,基于直方图优化的图像去雾技术-Image based on histogram optimization technique
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:201812
    • 提供者:ivfjf
  1. Image-denoising

    1下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,第 02 章 基于形态学的权重自适应图像去噪-Adaptive image denoising based on morphology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:785939
    • 提供者:ivfjf
  1. Extract-anterior-segment-tissue

    0下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,第 03 章 基于多尺度形态学提取眼前节组织-Extraction of anterior segment tissue based on multi scale morphology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:726515
    • 提供者:ivfjf
  1. Answer-card-recognition

    5下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,基于Hough变化的答题卡识别-Recognition of answer card based on Hough
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-29
    • 文件大小:5432848
    • 提供者:ivfjf
  1. Pavement-crack-detection

    0下载:
  2. MATLAB图像与视频处理实用案例详解,代码,路面裂缝检测识别系统设计-Design of pavement crack detection and recognition system
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:94959
    • 提供者:ivfjf
  1. A

    0下载:
  2. 导入视频数据,主要用于matlab,进行视频转图片,并处理-aviread for matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1404
    • 提供者:jang
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com