搜索资源列表
dominantcolor
- 视频处理中,镜头关键帧的主颜色的提取算法-video processing, the camera's key frame extraction algorithm colors
ResearchOntheClusterAlgorithmofExtracting
- 针对当前预先指定聚类算法阈值提取关键帧的问题,使用MPEG- 7 标准中的主颜色描述子对视频帧进行描述, 以镜头内相邻两帧的相似性测度为数据样本,自适应地确定聚类所需的阈值,并以该阈值去指导同类视频的关键帧提取,提高关键帧提取的效率。
Keyframe
- 从视频中提取关键帧,采用贪心算法和堆排序来处理视频中的大量帧信息。-Extracted from the video key frame, the use of greedy algorithm and HEAPSORT to deal with a large number of frames of video information.
ExtractKeyFrame
- 目前用户上传的视频很多,为了方便其他用户浏览,用关键帧来表示视频很有意义。本代码用一种新方法,提取视频中的关键帧。-extract key frame from vedio is important and we implement the function in the code
VideoBasedFaceDetection
- 视频搜索中人脸识别关键技术的研究与实现。本文对人脸检测与识别技术进行了研究,实现了一个用于视频搜 索的自动人脸识别系统。该系统对输入的视频帧进行人脸检测和定 位,经过图像预处理之后,进行重要特征点Gabor一Fisher的特征提取 和分类识别。-Video search, face recognition and implementation of key technologies. In this paper, face detection and recognition tech
keyFrame
- 从avi格式的视频中提取bmp格式的关键帧,以达到压缩空间的效果。-Avi video format from bmp format to extract the key frames to achieve the effect of compressed space.
guanjianzhen
- 从视频中提取关键帧,以若干张图片替代视频关键内容。-Key frame extraction from video to video a number of key elements of alternative images.
461
- 基于虚拟检测线的交通视频关键帧提取。实现多媒体中的特例。-Virtual test line based on the traffic video key frame extraction. Multimedia in a special case.
based-robot-teleoperation
- 提出了一种基于移动通信网的多机器人遥操作方案,榔决了在恶劣的移动环境中如何保证系统稳定性,并 进行具有实时力觉、视觉反馈的双向遥操作等问题。其中通过比较现存的各种视频压缩标准,结合关键帧提取、帧 分割等技术,提出了一种移动网中的实时视频传输方案。一系列室外机器人群编队行进实验验证了方案的有效性-Abstract:A prototype system for controlling multi-robot via the mobile communication networks was
get_video_squency
- 该程序能够从输入的MPEG2 传送流(TS)中提取出MPEG2序列流。其中包括将TS流拆包得到视频原始流(PES),再把视频PES流拆去包头,去掉填充字节等最后得到视频序列流。提取得到的视频序列流可以用作转码,关键帧提取等与MPEG2相关的视频编辑和处理-The program can be extracted from the input MPEG2 transport stream (TS) of MPEG2 sequence flow. Including the TS stream un
shipinguanjianzhentiqu
- 分别通过帧平均法、直方图平均法、互信息量以及视觉内容匹配等方法提取视频中的关键帧-Respectively, through the frame averaging, histogram average method, mutual information and visual content matching method to extract the video key frame
getkeyframe-generatenew-video
- 用matlab实现从原始视频中提取关键帧,并且自动生成新视频,新视频只由关键帧组成从而实现视频总结。-Using matlab realize extracted from the original video key frame, and automatically generate a new video, new video key frame composed by only enabling the video summary.
extractMainFrame
- matlab编写的视频关键帧提取程序,可自动从视频中提取帧,提取第几帧可在程序中自行设定,另附有批量处理视频的主函数。-matlab prepared video key frame extraction procedures can be automatically extracted from video frames to extract the first few frames can be set in the program, batch processing video attac
keyframe
- 视频关键帧提取,通过视频图像帧的颜色直方图来提取视频中的关键帧。-Video key frame extraction, through the video image frames of color histogram to extract the key frames in the video.
shuiyin
- 视频水印技术是利用某些特定的算法把一些标志性的水印信息嵌入到视频当中,它用于视频的版权保护,是信息隐藏技术领域研究的一个重要方向。本课题通过分析视频水印技术的发展背景、应用领域、发展现状及其相关理论知识,提出了一种在视频关键帧中嵌入水印的算法。该算法首先利用Arnold置乱技术对水印图像进行加密预处理,然后根据欧式距离法提取出视频关键帧,最后通过LSB算法在关键帧中实现水印的嵌入和提取。处理过的关键帧合成视频中后仍然可以正常播放,且不会被人的感知系统察觉或注意到。实验表明该算法合理易实现。-Vi
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。