CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 视频 分割

搜索资源列表

  1. shot_depart

    0下载:
  2. 视频分割技术概观。对于视频分割技术方面的研究,很有用的-video segmentation Technical Overview. Video Segmentation for the technical aspects of the research, very useful
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:403645
    • 提供者:陈新
  1. spfggz

    0下载:
  2. 视频监控方向,视频对象分割及跟踪方法研究
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:186947
    • 提供者:mang
  1. Fast-Video-Segmentation-Algorithm

    0下载:
  2. 快速视频分割算法
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1471033
    • 提供者:lijin
  1. Video-Segmentation-in-the-Wavelet

    0下载:
  2. 基于小波的视频分割
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:72856
    • 提供者:lijin
  1. Video_Image_Segmentation_Based

    0下载:
  2. 为了对光线变化的图像进行顺利侵害,提出了一 种利用贝叶斯学习方法来进行视频图像分割的算法,印先在每个像素点处对不断变化的背景建模,同时计算每个像素点 处的颜色直方图,再用这些直方图来表示该像素点处特征向量的概率分布,然后用贝叶斯学习方法来进行判断,以确定在光线缓慢或者突然变化的时候,每个像素点是属于前景还是属于背景。-In order to change the image of light against a smooth, a Bayesian learning approach t
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:196500
    • 提供者:
  1. GLK_TRACK

    0下载:
  2. 一种改进的光流算法,智能图象,目标跟踪,视频分割-An improved optical flow algorithm, intelligent image, target tracking, video segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:115662
    • 提供者:QQ
  1. 2

    0下载:
  2. 画面分割器芯片资料--基于TW2824的视频监视及OSD叠加-Quad-chip data- TW2824 based video surveillance and OSD overlay
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:140596
    • 提供者:刘晨
  1. lianxushipinfengeyucaiji

    0下载:
  2. 用matlab实现连续视频的分割与采集,其中用读视频指令把连续的视频转化为一帧一帧的图像,用帧间差分法和背景差分法实现-Matlab for continuous video with the segmentation and the acquisition, including video instruction with the reading of the continuous video into a frame of an image, with the frames and the
  3. 所属分类:Project Design

    • 发布日期:2017-05-16
    • 文件大小:4459826
    • 提供者:陈秋歌
  1. analysis-of-video-structure

    0下载:
  2. 关于视频结构分析,总结了目前镜头分割、关键帧提出、场景边界检测的方法,基于目前算法存在的缺陷,提出了尺度不变特征变换的方法。-Video structure analysis, summed up the scene boundary detection, shot segmentation, key frame proposed scale invariant feature transform method based on the current algorithm defects.
  3. 所属分类:Project Design

    • 发布日期:2017-05-22
    • 文件大小:6822009
    • 提供者:赫本
  1. beijingcha

    0下载:
  2. 该文档里面包括了基于背景差的视频图像分割方法的相关论文。学习很有用-This document which includes the relevant papers of the poor video images based on background segmentation method. Learning useful
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:359966
    • 提供者:高艳高艳
  1. based-robot-teleoperation

    0下载:
  2. 提出了一种基于移动通信网的多机器人遥操作方案,榔决了在恶劣的移动环境中如何保证系统稳定性,并 进行具有实时力觉、视觉反馈的双向遥操作等问题。其中通过比较现存的各种视频压缩标准,结合关键帧提取、帧 分割等技术,提出了一种移动网中的实时视频传输方案。一系列室外机器人群编队行进实验验证了方案的有效性-Abstract:A prototype system for controlling multi-robot via the mobile communication networks was
  3. 所属分类:Project Design

    • 发布日期:2017-11-08
    • 文件大小:500222
    • 提供者:caowenming8
  1. cut_video

    0下载:
  2. 把视频分割成一帧一帧并且保存为图像,实现视频录制-Put the video into a frame of a frame and saved as image segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:19177191
    • 提供者:王国强
  1. MFC-OpenCV

    0下载:
  2. OpenCV视频教程,目标检测与跟踪,车辆特征识别,人脸识别,字符识别,特征提取, 图像分割,手势识别,计算机视觉视频教程,opencv基础知识 -OpenCV is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:378782
    • 提供者:史长修
  1. H264Android

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:243426
    • 提供者:caojin
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. Background-separation

    0下载:
  2. 高斯处理视频并跟踪运动做前景背景分割,可用来做前背景分离,分离出运动物体,达到抠图的效果-Gauss video processing and tracking moving foreground background segmentation, can be used to do before the separation, separation of a moving object, to achieve the effect of Gauss matting video processin
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4081996
    • 提供者:图图
搜珍网 www.dssz.com