Extracting the screen of a calculator from an image
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I have the following images:
Now I am trying to do a program to extract the calculator screen only from the whole image. The above two are just sample images. I thought of using bwboundaries() function but can't implement it. Can anybody help with a generalized algorithm???
댓글 수: 2
Image Analyst
2013년 5월 3일
편집: Image Analyst
2013년 5월 3일
For bwboundaries() you need a binary image, so first you'd have to have already segmented out the display. I thought you solved this a month ago when you were posting on it. No? Are you starting all over, from scratch?
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!