搜索资源列表
BMPtoAVI
- vc++实现一系列bmp流压缩成的avi格式的影音文件输出-vc achieve a series of bmp flow of compressed into avi video file format output
avi转换为mpeg2 (VC, 40KB)
- 视频格式转换的程序-video format conversion process
avic
- avi.c的源代码,程序实现avi格式,-avi.c of source code, program avi format
AVI2MPEG1
- 将AVI格式转换成MPEG格式-AVI format will be converted into MPEG format
frame_difference.rar
- 此程式為使用背景影像相減法在MATLAB軟體環下的實作程式,此程式運行需要一個解析度為320*240的.AVI格式的影片檔,並且須修改程式碼中影片放置的指定資料夾路徑。,This program for the use of background subtraction imaging software in the MATLAB Central under the program to implement, run this program requires a resolution of 3
image2avi
- 图像序列转化为avi格式 .mat文件转化为图像格式-image2avi mat2image
MoviePlayer
- 利用MATLAB实现的互动的电影播放器,可播放多种格式的文件,非常好用-Implemented using MATLAB interactive movie player that can play a variety of file formats, very easy to use
mpeg_coding_decoding
- 基于matlab采用mpeg压缩原理,实现对avi格式文件的解压缩-Matlab mpeg compression used on principle, to realize the decompressor avi format
matlab_c_video_yuv422
- 把yuv格式的专为为avi 把avi格式的转化为yuv-yuv to .avi .avi to yuv
fft
- 分形动画演示,并将分形过程保存为AVI格式的视频文件-Fractal animation, and fractal process are saved as AVI format video files
Save-Dynamic-diagram--in--matlab
- 利用matlab保存动态图,文章中分别说明了matlab如何保存为avi格式和gif格式-Using matlab to save the dynamic graph, the article illustrates how to save dynamic graph to avi format and gif format in matlab
avideomultigauss
- 使用对话框选择需要处理的avi文件,对avi格式的视频数据进行多高斯估计-The video data to avi format more gaussian estimate
Yuv2Mov
- 将yuv格式的图像转换成jpg格式的和avi格式-turn the image of .yuv to .jpg and .avi
use-matlab-to-read-avi-movie
- 用matlab读取avi格式电影的方法(用matlab读取avi格式电影的方法)-Read avi format movie using matlab (matlab to read Avi format movies)
avi-LSB-embed-in-rgb
- 在AVI格式的视频文件中分通道分层隐藏彩色RGB图像-Hierarchical hidden color RGB image channel separate video files in AVI format
H264ToAVI_ok
- h264转avi源代码。支持多种h264和avi格式。-h264 to avi source code. Supports multiple h264 and avi formats.
H_264_AVC
- matlab编写的h.264,压缩和解压缩avi格式视频,压缩效果较好,适用于学习-h.264 matlab prepared avi format video compression and decompression, compression is better for learning
MOVING OBJECT DETECTION USING MATLAB
- 在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle track
视频转图片
- 从AVI格式转为图片格式,可以将视频中的每一帧图片,转为格式为JPG的图片(Convert from AVI format to picture format and each picture in the video can be converted to a picture of JPG format)
帧差法检测移动目标
- 首先对avi格式视频分帧处理,基于帧间差分法检测视频中的移动目标,