Welcome![Sign In][Sign Up]
Location:
Search - avi file matlab

Search list

[Otheravi

Description: it read in an avi file -it read in an avi file
Platform: | Size: 6686720 | Author: kaking | Hits:

[Multimedia DevelopAviRead

Description: 采用matlab读取avi文件中各帧的图像。-Avi file using matlab to read each frame image.
Platform: | Size: 3072 | Author: jiajia | Hits:

[Fractal programdengfuqin

Description: 把动态的Von Koch分形曲线做成avi文件格式,让一些播放器能播放-The dynamic Von Koch fractal curve into avi file format, so that some players can play
Platform: | Size: 1024 | Author: wuming | Hits:

[Streaming Mpeg4movieeditor

Description: 这是把AVI文件转换为图像数据帧的专用MATLAB程序包,很好用的-This is the AVI file is converted to image data frames dedicated MATLAB package, good used
Platform: | Size: 2379776 | Author: Zhang hongyan | Hits:

[Picture Vieweravi_to_gif

Description: avi2gif: User supplies the avi file and the number of loops required for the gif animation, and this function converts the entire avi video into a gif animation.
Platform: | Size: 1024 | Author: zhangxq | Hits:

[Multimedia Developbackground_reconstruct_frame

Description: 背景重建程序.可以自己添加AVI格式的文件-Background reconstruction process. Can add the AVI file format
Platform: | Size: 2048 | Author: 周凯 | Hits:

[Special Effectscmorph0

Description: Tracking Algorithm: Object Delineation Method Files: Cmorph02.m Current version of tracking algorithm Parsampleflowgrav050901b1.m Sample parameter file 一种跟踪方法 国外网站转载-Instructions: Download the tracking algorithm and sample parameter file. The parameter file is set up for the sample movie on the lab web page, or use your own uncompressed avi and adjust the parameter file. Place all 3 in your Matlab root directory. Type: Cmorph02( Parsampleflowgrav050901b1 ).
Platform: | Size: 12288 | Author: Ming | Hits:

[Multimedia Developavi2sqe

Description: get frames from avi file
Platform: | Size: 3072 | Author: lolo ratan | Hits:

[Goverment applicationObjectTrackingAndOptimalThresholding

Description: The application works with non-compressed grayscale AVI files. Run mainGUI.p. Load AVI file first using "Load". To process the next frame use "Step". To run the application until stop, use "Run" and "Stop". You can draw the tracking object using mouse at any step. You can use the function on_threshold separately: thresholded image = on_threshold(double( grayscale image ),1,number of thresholds) thresholds value = on_threshold(double( grayscale image ),0, number of thresholds) All the code provided is written in Matlab language (M-files and/or M-functions), with no dll or other protected parts of code (P-files or executables). The code was developed with Matlab 14 SP1. Matlab Image Processing Toolbox is required.
Platform: | Size: 102400 | Author: Swati | Hits:

[matlabRotationEarth

Description: 用matlab实现一个旋转的地球,地球上可以看到海洋以及高地的差别-Using MatLab program to make a AVI file which playing a movie with Rotation Earth, which have topograph.
Platform: | Size: 445440 | Author: 王静 | Hits:

[matlabPic2Avi

Description: 用MatLab将众多图片文件自动生成avi电影文件-Make a avi file from many picture file using Matlab program
Platform: | Size: 2048 | Author: Wacs5 | Hits:

[MPIBilliard

Description: Description: This Program Performs the following: (1) Animates the movement of a Billiard Ball on a table that has a surface friction (mu) and coefficient of restitution (e) for the sides and saves it as an AVI file. (2) Outputs series of rows and columns that displays the stream data of (Time),(X),(Y),(V), and (th) to screen. (3) Outputs the initial X-Y coordinates along with the final coordinated when the speed of the ball reaches zero.-Description: This Program Performs the following: (1) Animates the movement of a Billiard Ball on a table that has a surface friction (mu) and coefficient of restitution (e) for the sides and saves it as an AVI file. (2) Outputs series of rows and columns that displays the stream data of (Time), (X), (Y), (V), and (th) to screen. (3) Outputs the initial XY coordinates along with the final coordinated when the speed of the ball reaches zero.
Platform: | Size: 139264 | Author: zhanglan | Hits:

[matlabmov2yuv

Description: the file converts avi format file to yuv file
Platform: | Size: 1024 | Author: mridul | Hits:

[Special EffectsFullSearchForAVI

Description: 程序以AVI文件为输入,输出运动补偿帧到另外一个AVI视频文件中。-Procedures to AVI file as input and output motion-compensated frame to another one AVI video file.
Platform: | Size: 2048 | Author: 李亓 | 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 programMotionDetection

Description: 基于背景减除的单目标跟踪方法在Matlab中的实现,包含测试用avi文件-Background subtraction based on a single-target tracking method in Matlab, implementation, including test avi file
Platform: | Size: 621568 | Author: long | Hits:

[matlab1

Description: this code is for Converting images to avi file in matlab
Platform: | Size: 1024 | Author: hana | Hits:

[matlabMoviePlayer

Description: 利用MATLAB实现的互动的电影播放器,可播放多种格式的文件,非常好用-Implemented using MATLAB interactive movie player that can play a variety of file formats, very easy to use
Platform: | Size: 19456 | Author: 金羽汐 | Hits:

[OtherVideo-motion-detection-algorithm-source-code

Description: 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based on the current frame and previous frame image comparison, the program uses the AForge.NET framework library. Sample code which supports the following video format: AVI file, network camera JPEG and MJPEG, the local collection devices (USB cameras, etc.).
Platform: | Size: 1349632 | Author: 憨豆 | Hits:

[matlabMOVING OBJECT DETECTION USING MATLAB

Description: 在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle tracking algorithm is implemented targeting a wide class of applications. An AVI file is read and it is decomposed into R, G and B components. Various operations are carried out and the moving objects are detected. Thresholds at various phases are decide the possibility of identifying the moving object of certain sizes. Moving objects also tracked in it. MATLAB is used for implementation of the algorithm. The algorithm is tested with input avi format video files consisting of 120 frames. Various applications of these algorithms are studied and implemented. Main focus is given on (unmanned aerial vehicle) UAV based and automatic traffic estimation applications)
Platform: | Size: 346112 | Author: 夙愿 | Hits:
« 12 3 »

CodeBus www.codebus.net