size error for my own image in "Automatically Detect and Recognize Text in Natural Images" code
Show older comments
Hi i tried the following example for Automatically Detect and Recognize Text in Natural Images http://www.mathworks.com/help/vision/examples/automatically-detect-and-recognize-text-in-natural-images.html But I am getting this error when i use my own images. Could you please help me?
Warning: Image is too big to fit on screen; displaying at 50% In images.internal.initSize (line 71) In imshow (line 305)
In OCRExample (line 2)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In OCRExample (line 9)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In imshowpair (line 124)
In OCRExample (line 22)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In OCRExample (line 27)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In imshowpair (line 124)
In OCRExample (line 32)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In imshowpair (line 124)
In OCRExample (line 45)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In OCRExample (line 51)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In imshowpair (line 124)
In OCRExample (line 66)
Warning: Image is too big to fit on screen; displaying at 50%
> In images.internal.initSize (line 71)
In imshow (line 305)
In OCRExample (line 77)
2 Comments
B.k Sumedha
on 9 Jul 2015
Check the size of the image that your using.
Sara Salimi
on 10 Jul 2015
Accepted Answer
More Answers (1)
Dima Lisin
on 9 Jul 2015
Edited: Dima Lisin
on 9 Jul 2015
1 vote
Hi Sara,
That is a warning, not an error. imshow is issuing this warning whenever it has to re-size the image to fit on the screen. In this particular case, you can safely ignore this warning.
If it is too annoying, then the best thing to do is to edit the call to imshow to set the 'InitialMagnification' parameter to 50 or 30. That will explicitly tell imshow to re-size the image, and will help you avoid the warning.
1 Comment
Sara Salimi
on 10 Jul 2015
Categories
Find more on Image and Video Ground Truth Labeling in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!