Azzera filtri
Azzera filtri

Display progression while reading a large tiff/image file

1 visualizzazione (ultimi 30 giorni)
Can I make the Matlab waitbar display the progression of the "imread" function?

Risposta accettata

Thorsten
Thorsten il 5 Set 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 Commenti
Walter Roberson
Walter Roberson il 5 Set 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Dialog Boxes in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by