Effacer les filtres
Effacer les filtres

Display progression while reading a large tiff/image file

1 vue (au cours des 30 derniers jours)
ImageProcNaive
ImageProcNaive le 4 Sep 2016
Can I make the Matlab waitbar display the progression of the "imread" function?

Réponse acceptée

Thorsten
Thorsten le 5 Sep 2016
No, I don't think so. Waitbar needs a fraction of the total processing time, and you cannot implant this function into a build in function.
  2 commentaires
Walter Roberson
Walter Roberson le 5 Sep 2016
You should be considering switching to the Tiff class, which gives you finer-grained control over the parts you read. You might even want to artificially break up the reading of data into chunks so that you could update the waitbar after each chunk.
ImageProcNaive
ImageProcNaive le 5 Sep 2016
Thanks. This might be an way out.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Dialog Boxes dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by