Filter löschen
Filter löschen

Any demo videos in MATLAB??

21 Ansichten (letzte 30 Tage)
Ashwini
Ashwini am 14 Sep. 2015
Beantwortet: Dinesh Iyer am 15 Sep. 2015
i want to work on videos using MATLAB. Just like having coins.ong, cameraman.tiff images in MATLAB as pre-packed ones, are there any videos to work with. If not where can I download.???

Antworten (2)

Dinesh Iyer
Dinesh Iyer am 15 Sep. 2015
MATLAB ships two files called xylophone.mp4 and xylophone.mpg.
If you have the Computer Vision System Toolbox, there are a bunch of videos that ship as part of this toolbox. The videos can be found at matlabroot/toolbox/vision/visiondata
In addition to MATLAB, the internet is a treasure trove of data that u can download and use. Make sure you abide by the copyright.
Dinesh

Image Analyst
Image Analyst am 14 Sep. 2015
Yes. Find them using this code:
>> folder = fileparts(which('cameraman.tif'))
folder =
C:\Program Files\MATLAB\R2015b\toolbox\images\imdata
There is rhinos.avi and traffic.avi.

Kategorien

Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by