Convert MATLAB video to image and save

Source: Internet
Author: User

Image processing, such as ADAS, vehicle detection and so on need to use video files better processing a little, using frame difference method, background subtraction, optical flow method, then convert video files to image file How to do? Speak not much, see Code at a glance:

1%=========================================2%This function implements the conversion from the video to each frame picture and saves3% by Zhen long ./ One/ to4%=========================================5 6 function Video2image7  8mov = Videoreader ('test video. asf');9Movnum = Mov. Numberofframes; %calculate the number of frames in a video, which is the number of imagesTen   One   fori =1: Movnum%I from 1 to 145 AImage = Read (mov,i); %Read Frame I -Imwrite (image,['Img_', sprintf ('%04d', i),'. jpg'])% writes frame I to,"Img_000i.png"picture.  -End

Results:

Convert MATLAB video to image and save

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.