Skip to content

Commit

Permalink
Make help function easier to read.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarje committed Feb 21, 2020
1 parent a96638b commit d2de3af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source-code/mgvideoreader.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
% and returns a data structure containing the video parameters and data. It
% could extract segment from existing musical gestures data structure.
% syntax: mg = mgvideoreader(filename)
%
% input:
% filename: the name of video file
% Extract: indicates that mgvideoreader reads a segment from the video
% extract: indicates that mgvideoreader reads a segment from the video
% starttime: start of extracted segment
% endtime: end of extracted segment
% mg: a musical gestures data structure
%
% output:
% mg,a musical gestures data structure containing the extracted segment of
% the video
%eg. s = mgvideoreader(filename,'Extract',timestart)
% the video, for example:
% s = mgvideoreader(filename,'Extract',timestart)
% s = mgvideoreader(mg);
% s = mgvideoreader(mg,'Extract',timestart)
% s = mgvideoreader(mg,'Extract',timestart,timeend)
Expand Down

0 comments on commit d2de3af

Please sign in to comment.