Borrar filtros
Borrar filtros

How to use profile for image detection in documents

2 visualizaciones (últimos 30 días)
Fateme Jalali
Fateme Jalali el 20 de En. de 2016
Comentada: Fateme Jalali el 21 de En. de 2016
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.

Respuestas (1)

Image Analyst
Image Analyst el 20 de En. de 2016
Editada: Image Analyst el 20 de En. de 2016
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.

Categorías

Más información sobre Computer Vision with Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by