Display progression while reading a large tiff/image file
1 次查看(过去 30 天)
显示 更早的评论
Can I make the Matlab waitbar display the progression of the "imread" function?
0 个评论
采纳的回答
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
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 Center 和 File Exchange 中查找有关 Dialog Boxes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!