필터 지우기
필터 지우기

Very large dimension photo

조회 수: 3 (최근 30일)
Ali Ibrahim
Ali Ibrahim 2017년 6월 25일
답변: Image Analyst 2017년 6월 25일
The code is working properly with a one photo size and not working for other. Can you please help? The message : Warning: Image is too big to fit on screen; displaying at 17% Attached the code and the image.. The dimension of the image is too big..(Webp.net-compress-image.jpg), but for (CIMG8351.JPG) it is ok..

답변 (2개)

Walter Roberson
Walter Roberson 2017년 6월 25일
That is not an error, that is a warning. Your image is simply too large display all at one time -- it is 4320 by 2432 . What behavior would you like to have happen instead? Display only the upper left corner?
  댓글 수: 2
Ali Ibrahim
Ali Ibrahim 2017년 6월 25일
Sorry, how can I do that? .. can you please give me instructions for that? Thanks
Walter Roberson
Walter Roberson 2017년 6월 25일
I have attached revised source files.

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2017년 6월 25일
That doesn't mean it's not working properly. It's only a notification that your image is being shrunk down so that you can see it on the screen. All computations will be done on the full sized image.
If you want to turn off that warning (along with some other common ones), see attached file TurnOffWarnings.m
See attached example of how to zoom and scroll your image.

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by