-
Notifications
You must be signed in to change notification settings - Fork 10
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.
- 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.Videoobject: for further transformations -
sig.designobject
- vid.video(..., 'Motion') computes the motion video, by simply differentiating successive images.