Display progression while reading a large tiff/image file

1 次查看(过去 30 天)
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dialog Boxes 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by