What does step instruction in matlab do?

5 Ansichten (letzte 30 Tage)
Neelum Dave
Neelum Dave am 26 Jan. 2016
Kommentiert: Walter Roberson am 26 Jan. 2016
videoFileReader = vision.VideoFileReader('h1.avi');
videoFrame = step(videoFileReader);

Akzeptierte Antwort

David Young
David Young am 26 Jan. 2016
It is documented: see this. Note that you have to look at the documentation for vision.videoFileReader in the Computer Vision System toolbox, and not the documentation for VideoReader.
Note also that there isn't a "step instruction" in MATLAB. step here is a method of the vision.videoFileReader class.
  1 Kommentar
Walter Roberson
Walter Roberson am 26 Jan. 2016
So far, Mathworks has avoided using step() as the name of any toolbox routine. However, it is used as the name of a method in a number of different location, so you have to look at the object type of what you are calling step() on to determine what effect it has.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Computer Vision Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by