MathWorks - Mobile View
  • Melden Sie sich bei Ihrem MathWorks Konto anMelden Sie sich bei Ihrem MathWorks Konto an
  • Access your MathWorks Account
    • Eigener Account
    • Mein Community Profil
    • Lizenz zuordnen
    • Abmelden
  • Produkte
  • Lösungen
  • Forschung und Lehre
  • Support
  • Community
  • Veranstaltungen
  • MATLAB erhalten
MathWorks
  • Produkte
  • Lösungen
  • Forschung und Lehre
  • Support
  • Community
  • Veranstaltungen
  • MATLAB erhalten
  • Melden Sie sich bei Ihrem MathWorks Konto anMelden Sie sich bei Ihrem MathWorks Konto an
  • Access your MathWorks Account
    • Eigener Account
    • Mein Community Profil
    • Lizenz zuordnen
    • Abmelden

Videos und Webinare

  • MathWorks
  • Videos
  • Videos Homepage
  • Suche
  • Videos Homepage
  • Suche
  • Vertrieb kontaktieren
  • Testsoftware
  Register to watch video
  • Description
  • Full Transcript
  • Code and Resources

Video Processing in MATLAB

Ramnarayan Krishnamurthy, MathWorks

Video processing is essential to areas such as deep learning, motion estimation, and autonomous driving. Learn how MATLAB® can simplify working with videos. This introduction to video processing in MATLAB will walk through the essential elements of the video processing workflow. Learn how to read, write, process, and display videos in MATLAB. These steps can be accomplished in a few lines of code and enable interacting with HD videos at high-frame rates.

MATLAB provides algorithms and tools to process, analyze and interact with your videos.

Some applications of Video Processing are:

  • Deep Learning, which lets you train networks to classify and recognize objects in videos.
  • Motion Estimation methods like Optical Flow, which can be used to track cars across multiple frames.
  • Detection and Tracking algorithms, which can detect objects like faces and track their location as they move through a video.

Let’s discuss how to read, write and view video in MATLAB.

  • VideoReader lets you import videos into MATLAB. This function supports formats such as AVI, MPEG as well as platform specific formats for Windows, MAC and Linux.
  • Often, we may want to import live video streams. Image Acquisition Toolbox provides a common interface through MATLAB code or an app to interact with a wide range of industrial and scientific cameras.
  • There are a variety of ways to display videos in MATLAB.
    • You can use the DeployableVideoPlayer which supports HD videos at high frame rates.
    • Alternatively, the Video Viewer App lets you display the entire video, jump to a specific frame and alter the frame rate of the video.
  • To write video data from MATLAB, we can use Video Writer which supports many codecs across Windows, MAC and Linux.

Now, let’s combine these elements to detect a face in a video:

  • First, let’s read a video into MATLAB using VideoReader, and then read each frame of the video in a loop.
  • Next, let’s process each video frame to detect a face and display a box around it.
  • We can store our results as a video using VideoWriter. The function writeVideo adds each processed frame to the video file.
  • Finally, we can verify the final video using the Video Viewer app.

In this video, we discussed how MATLAB can be used to develop Video Processing solutions. To learn more about Video Processing in MATLAB and to experiment with code, try out the examples in the link below.

Download Code and Files

Download the code in this video

Related Products

  • MATLAB
  • Computer Vision Toolbox
  • Image Acquisition Toolbox
  • Image Processing Toolbox

Learn More

Learn more

DOWNLOAD DEMO FILES

Get the example files used in this video

Feedback

Featured Product

MATLAB

  • Request Trial
  • Get Pricing

Up Next:

4:37
Processing an Excel File in MATLAB

Related Videos:

26:10
Modeling and Simulation of Signal Processing Applications...
25:38
What’s New in MATLAB and Simulink for Signal Processing
36:46
MATLAB and C/C++: The Perfect Combination for Signal...
3:22
Signal Processing Design Using MATLAB and C/C++

View more related videos

MathWorks - Domain Selector

Select a Web Site

Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .

Select web site

You can also select a web site from the following list:

How to Get Best Site Performance

Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.

Americas

  • América Latina (Español)
  • Canada (English)
  • United States (English)

Europe

  • Belgium (English)
  • Denmark (English)
  • Deutschland (Deutsch)
  • España (Español)
  • Finland (English)
  • France (Français)
  • Ireland (English)
  • Italia (Italiano)
  • Luxembourg (English)
  • Netherlands (English)
  • Norway (English)
  • Österreich (Deutsch)
  • Portugal (English)
  • Sweden (English)
  • Switzerland
    • Deutsch
    • English
    • Français
  • United Kingdom (English)

Asia Pacific

  • Australia (English)
  • India (English)
  • New Zealand (English)
  • 中国
    • 简体中文Chinese
    • English
  • 日本Japanese (日本語)
  • 한국Korean (한국어)

Contact your local office

  • Vertrieb kontaktieren
  • Testsoftware

Produkte

  • MATLAB
  • Simulink
  • Software für Studierende
  • Hardware-Unterstützung
  • File Exchange

Testen oder Kaufen

  • Downloads
  • Testsoftware
  • Vertrieb kontaktieren
  • Preise und Lizenzierung
  • Store

Lernen

  • Dokumentation
  • Tutorials
  • Beispiele
  • Videos und Webinare
  • Schulungen

Support

  • Hilfe zur Installation
  • Antworten
  • Consulting
  • License Center
  • Support kontaktieren

Über MathWorks

  • Jobs & Karriere
  • Newsroom
  • Social Mission
  • Vertrieb kontaktieren
  • Über MathWorks

MathWorks

Accelerating the pace of engineering and science

MathWorks ist der führende Entwickler von Software für mathematische Berechnungen für Ingenieure und Wissenschaftler.

Entdecken Sie…

  • Select a Web Site United States
  • Patente
  • Handelsmarken
  • Datenschutz
  • Datendiebstahl verhindern
  • Status von Anwendungen

© 1994-2021 The MathWorks, Inc.

  • Facebook
  • Twitter
  • Instagram
  • YouTube
  • LinkedIn
  • RSS

Folgen Sie uns

This website uses cookies to improve your user experience, personalize content and ads, and analyze website traffic.  By continuing to use this website, you consent to our use of cookies.  Please see our Privacy Policy to learn more about cookies and how to change your settings.