Welcome![Sign In][Sign Up]
Location:
Search - image to video matlab

Search list

[matlabAvi2Movie_1.00

Description: 在Matlab环境下显示运动图像,可直接进行视频文件的读取-in Matlab environment Moving Image shows, video files directly to the reader
Platform: | Size: 5120 | Author: 水之魄 | Hits:

[Special Effects视频序列运动补偿matlab实现

Description: 视频序列运动估计,补偿算法。还可实现背景渐变的运动图像中运动目标分割。希望对大有帮助。-video sequences motion estimation, compensation algorithm. Gradualism can achieve background of the image moving object segmentation. Hope to assist.
Platform: | Size: 102400 | Author: ggaaoo390 | Hits:

[Special EffectsCompressionmotionestimate

Description: 对视频序列图像的压缩编码,采用了运动预测以增大压缩率-video image sequence coding used to forecast the movement increased compression rate
Platform: | Size: 1888256 | Author: yr | Hits:

[Special Effectsacontour

Description: This toolbox provides some functions for manipulating planar, closed splines to implement image or video segmentation by means of deformable (or active) contours. Contour topology is managed in a way that should allow changes similar to what can be observed with level sets (merging and splitting but no hole creation). Several objects can be segmented simultaneously in several frames. -This toolbox provides some functions for m anipulating planar. closed spline to implement image or video segm entation by means of deformable (or active) con tours. Contour topology is managed in a way that should allow changes similar to what can be obse rved with level sets (merging and splitting but no hole creation). Several objects can be segme nted simultaneously in several frames.
Platform: | Size: 162816 | Author: zhuboy | Hits:

[Graph programfuzzy_thresh

Description: 一个基于模糊阈值的图象分割,是基于MATLAB编程的,希望对大家有所帮助!-a threshold based on the fuzzy image segmentation is based on MATLAB programming, we want to help!
Platform: | Size: 2629632 | Author: 姚庆杏 | Hits:

[Special Effectscode_multiphase

Description: This toolbox provides some functions for manipulating planar, closed splines to implement image or video segmentation by means of deformable (or active) contours. Contour topology is managed in a way that should allow changes similar to what can be observed with level sets (merging and splitting but no hole creation). Several objects can be segmented simultaneously in several frames.
Platform: | Size: 73728 | Author: yangcc | Hits:

[Special EffectsVideo-Create-Screen-Image

Description: 这个Matlab程序使用了Matlab图像处理和获取工具箱,连续读取图像并制作成视频文件。连续图像的来源可以是URL或者计算机上的屏幕,也可以是一个视频采集设备。一般来说,视频监控设备的图像访问格式是一个指定的URL。-Matlab program uses the Matlab image processing and access to the toolbox, continuous read the images and create video files. Consecutive images can be a source URL or the computer screen, but also can be a video capture device. Generally speaking, the video surveillance equipment images to visit format is a specified URL.
Platform: | Size: 109568 | Author: 林明 | Hits:

[AI-NN-PRmixture_of_gaussians

Description: 混合高斯模型 图像检测 可以应用于视频和图片-Mixture Gaussian model image detection can be applied to video and picture
Platform: | Size: 2048 | Author: 孙灿 | Hits:

[Special EffectsCross-Correlation-Target-Image-Detection

Description: 正交相关目标检测,采用正交相关方法检测指定目标在图像中的位置。适用于计算机视觉中的视频目标检测、视觉目标检测、目标定位、视觉目标跟踪、视频目标跟踪、图像匹配、图像配准等工作。-cross relation detection is used to detect object in image for in the field computer vision such as visual object detection, motion detection, object localization, visual object tracking, video object tracking, image registration, image matching, etc.
Platform: | Size: 109568 | Author: 朱亮亮 | Hits:

[Special Effectsavi2movie

Description: 在Matlab环境下显示运动图像,可直接进行视频文件的读取-in Matlab environment Moving Image shows, video files directly to the reader-In the Matlab environment, show moving images, video files can be directly read-in Matlab environment Moving Image shows, video files directly to the reader
Platform: | Size: 4096 | Author: youxia | Hits:

[File FormatdxVideo

Description: This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Platform: | Size: 17408 | Author: marwa | Hits:

[Graph programmatlab

Description: ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。-) The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.
Platform: | Size: 1024 | Author: 周参 | Hits:

[matlabImage-AVI

Description: 包括两个MATLAB程序,一个读取AVI视频,并转换成一帧帧图片;两一个程序读取图片,并把这些图片转换成视频。-Consists of two MATLAB program, a read AVI video, and convert it into a frame picture 21 program reads the image and put these pictures into video.
Platform: | Size: 1024 | Author: new99 | Hits:

[matlabmatlab-Video-Image-Processing(English-version)

Description: 英文版的MATLAB视频图像处理讲解,全面介绍相关工具箱的使用方法-English version of the MATLAB video&image processing introduction and comprehensive introduction to the use of methods related to the toolbox.
Platform: | Size: 6562816 | Author: 孟涛 | Hits:

[matlabHu

Description: 利用Hu矩实现视频或是图像的特征提取,达到了很好的图像或是视频识别效果-Using Hu moments of video or image feature extraction, to achieve a good image or video recognition effect
Platform: | Size: 54272 | Author: 王静 | Hits:

[Compress-Decompress algrithmsmatlab

Description: m research scholar, this file related to IMAGE TO VIDEO CONVERTER
Platform: | Size: 15360 | Author: Garima | Hits:

[Graph programMATLAB-image-and-video-processing-

Description: 《MATLAB图像与视频处理实用案例详解》中基于 GUI 搭建通用视频处理工具和基于语音识别的信号灯图像模拟控制技术,完整的理论介绍和具体的实现代码,适合初学者-" MATLAB image and video processing utility cases explain" to build a common GUI-based video processing tools and image-based speech recognition signal analog control technology, complete theoretical description and specific implementation code, suitable for beginners
Platform: | Size: 1338368 | Author: 刘方 | Hits:

[matlabimage-to-video

Description: Create a video by using more number of images using matlab.
Platform: | Size: 870400 | Author: deepi | Hits:

[DocumentsStill Image and Video Compression with MATLAB

Description: This Ebook contains various methods that have been used to implement image compression.It is portable book for researchers to read and understand image processing with matlab language.
Platform: | Size: 3363840 | Author: Littlemai_Wu | Hits:

[Special EffectsMATLAB疲劳检测系统(GUI界面)

Description: 1.基本内容 本设计目标在于利用Matlab强大的图像处理能力和实用便捷的编程方法,通过处理包含人脸的视频帧系列图像,灰度积分投影技术的眼睛定位方法,进而利用perclos计数,计算眨眼率,从而得到比较准确的疲劳状况。 2.具体要求 本设计基于灰度积分投影技术的眼睛定位方法,再结合perclos技术。首先通过图像预处理技术得到灰度分配较为均匀的图像,然后分别利用水平和垂直灰度积分投影曲线结合人脸的结构特征找到眼睛的位置坐标,实现了准确的眼睛定位,通过perclos技术技术眨眼率,根据先验值得到是否疲劳。(The goal of this design is to use MATLAB's powerful image processing ability and practical and convenient programming method, through processing the video frame series images including the face, the eye location method of gray integration projection technology, and then use PERCLOS count to calculate the blink rate, so as to get a more accurate fatigue condition.)
Platform: | Size: 5545984 | Author: www.wobishe.com | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net