You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least with imread on a multi-page TIFF I know it's possible to read the individual pages in parallel. It's already done with a for loop so simply making it parfor should be sufficient.
Just had a quick look. It may work for files read using the imread approach, but most files need to be read using a Tiff object which won't easily work in parallel. I'll try a couple of things to get it to work
Can be very slow to load over the network. Should be faster if we parfor the loading.
The text was updated successfully, but these errors were encountered: