필터 지우기
필터 지우기

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 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