フィルターのクリア

Display progression while reading a large tiff/image file

1 回表示 (過去 30 日間)
ImageProcNaive
ImageProcNaive 2016 年 9 月 4 日
コメント済み: ImageProcNaive 2016 年 9 月 5 日
Can I make the Matlab waitbar display the progression of the "imread" function?

採用された回答

Thorsten
Thorsten 2016 年 9 月 5 日
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 件のコメント
Walter Roberson
Walter Roberson 2016 年 9 月 5 日
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 2016 年 9 月 5 日
Thanks. This might be an way out.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDialog Boxes についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by