Skip to content

vid.video

Olivier Lartillot edited this page Aug 22, 2017 · 3 revisions

This operator basically processes video files, and displays and performs operations on the successive video frames.

Accepted input formats

  • file name: Make sure that you include the file extension when specifying the file name.

vid.video uses Matlab’s VideoReader, which accepts a large range of audio file format. They are listed in this page

  • vid.Video object: for further transformations

  • sig.design object

Transformation

  • vid.video(..., 'Motion') computes the motion video, by simply differentiating successive images.

Clone this wiki locally