搜索资源列表
VTB4Matlab
- 一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。-AP as a video processing with C / C code, the software can be used in Matlab. AVI including reading and CIF / QCIF video sequence code, Canny operator, Harris c
matlab读取avi电影
- matlab读取avi电影,对于做视频有帮助
avi2bmp
- 用matlab 写的将avi电影转化成BMP图像序列,调试通过的-Avi movie to convert BMP image sequences
framecap
- avi格式文件转换为图片文件。该文件可以自行选择bmp或jpg格式,然后将avi视频的每一帧转换为相应格式的图片。-this program can convert the frames of the avi objects to pictures.
avi_to_gif
- 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.
avi
- 将多个图片组成AVI,matlab文件,-Picture composed of multiple AVI, matlab documents
readavi
- 利用MATLAB分帧读取avi视频文件,并播放视频文件。附视频文件-Use MATLAB to read sub-frame avi video files and audio-video files. Attached to video files
avitoavi
- avi视频提取出书帧图像,然后对图像进行处理,经过处理后的图像帧再写成另一段的avi视频。-avi video video frame extracted, processed image frame, and then the images will be referred to the district into another frame of video avi.
3
- matlab 中 基于avi视频的人脸检测-avi video matlab-based Face Detection
avi2sqe
- get frames from avi file
ObjectTrackingAndOptimalThresholding
- 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
movie
- This function makes a matlab movie from a list of image files.
dxVideo
- 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
Movie
- Makes a simple avi movie from a sequence of frames The user can control the display time of each frame. The movie is created in the same folder where this function is run. Usage: Inputs: name: root name of the framse filetype: .bmp , .j
2
- Extract frames from AVI into arrMy MATLAB
BmptoAvi
- This makes Bmp sequence to AVI
Image-AVI
- 包括两个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.
avi
- 本代码作为初学者,读取AVI电影(matlab能读的AVI电影难找),并提取关键祯,做差分-The code as a beginner, read AVI movie (matlab can read the AVI movie hard to find), and extract key frames, so differential
Making Avi File
- This piece of code can generate *.avi video file from images.
MOVING OBJECT DETECTION USING MATLAB
- 在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle track