提问


Can we come step back in 'vision.VideoFileReader', using 'step' method or any other?
see this page: http://in.mathworks.com/help/vision/ref/vision.videofilereader.step.html here 'step' is used to go to next fr...

8 years 前 | 1 个回答 | 0

1

个回答

提问


can we play a video from desired location and move forward and backward using 'vision.videofilereader' command?
I want to forward and backward my video using'vision.videofilereader'. any help?

8 years 前 | 0 个回答 | 0

0

个回答

提问


How can I get any pressed key while playing the video?
I want to get any pressed key during the video is played, using 'KeyPressFcn' my script is videoFReader = vision.Video...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how can I add a line in a video and play it with implay command?
I want to play a video in which I want a line at a location in the full video, How can I do that. I want to use 'implay' because...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I put a 'line' or any other shape in a video while playing a video using 'implay' ?
I want to play video using 'implay', because other methods process the video very slowly(like 'videoreader' etc.). But I want to...

8 years 前 | 0 个回答 | 0

0

个回答

已解决


Add two numbers
Given a and b, return the sum a+b in c.

9 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9 years 前