How to use profile for image detection in documents
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,I am writing Matlab code to detect images in a document (like a scanned magazine). First I divided my whole document into blocks. Now I don't know how to use morphology or profile to detect images(not histogram or text). My code and data base document are attached. Thanks.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153439/image.png)
답변 (1개)
Image Analyst
2016년 1월 20일
편집: Image Analyst
2016년 1월 20일
Try thresholding for white. Then use bwareafilt() or bwareaopen() to throw out blobs smaller than a certain size. Or you can throw out non-rectangular shapes.
All that stuff in your code about dividing an image up into blocks, you can throw out. It's not appropriate.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!