MathWorks - Mobile View
  • Inicie sesión con su cuenta de MathWorksInicie sesión con su cuenta de MathWorks
  • Access your MathWorks Account
    • Mi Cuenta
    • Mi perfil de la comunidad
    • Asociar Licencia
    • Cerrar sesión
  • Productos
  • Soluciones
  • Educación
  • Soporte
  • Comunidad
  • Eventos
  • Obtenga MATLAB
MathWorks
  • Productos
  • Soluciones
  • Educación
  • Soporte
  • Comunidad
  • Eventos
  • Obtenga MATLAB
  • Inicie sesión con su cuenta de MathWorksInicie sesión con su cuenta de MathWorks
  • Access your MathWorks Account
    • Mi Cuenta
    • Mi perfil de la comunidad
    • Asociar Licencia
    • Cerrar sesión

Vídeos y webinars

  • MathWorks
  • Vídeos
  • Videos Home
  • Buscar
  • Videos Home
  • Buscar
  • Contáctese con ventas
  • Software de prueba
  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

  • Contáctese con ventas
  • Software de prueba

Explorar productos

  • MATLAB
  • Simulink
  • Software para estudiantes
  • Soporte para hardware
  • File Exchange

Probar o comprar

  • Descargas
  • Software de prueba
  • Contáctese con ventas
  • Precios y licencias
  • Cómo comprar

Aprender a utilizar

  • Documentación
  • Tutoriales
  • Ejemplos
  • Vídeos y webinars
  • Formación

Obtener soporte

  • Ayuda para la instalación
  • Respuestas
  • Consultoría
  • Centro de licencias
  • Contactar con soporte

Acerca de MathWorks

  • Ofertas de empleo
  • Sala de prensa
  • Misión social
  • Contáctese con ventas
  • Acerca de MathWorks

MathWorks

Accelerating the pace of engineering and science

MathWorks es el líder en el desarrollo de software de cálculo matemático para ingenieros

Descubra…

  • Select a Web Site United States
  • Patentes
  • Marcas comerciales
  • Política de privacidad
  • Antipiratería
  • Estado

© 1994-2021 The MathWorks, Inc.

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

Únase a la conversación