Hi all,
I'm looking to know if anyone know the maximum size of an AVI file I can read into Matlab. Im using a GUI and it doesnt work for some large videos. What is the limit as to file sizes I can read in?
Thanks!
Jim O' Doherty
Hi,
I need some help with the mean2 command in the image processing toolbox.
Basically id like to know how Matlab calculates the mean2 of an image that i have been using
All i have been able to find so far is that it "calculates the mean of an n-Dimensional array"
Can anyone describe briefly...
Hi,
Im fairly new to Matlab, and I need a bit of help.
Im trying to convert an .avi file to a series of individual jpg's using matlab. The avi wasnt created using matlab, but Ive managed to store the avi frames as an array using the "aviread" command. All I need to do is to export the array of...