Effacer les filtres
Effacer les filtres

How to creat automatic cropping for braille text (image)

1 vue (au cours des 30 derniers jours)
afif fadilah
afif fadilah le 24 Jan 2017
Commenté : afif fadilah le 31 Jan 2017
i have a image of braille scan, i want to creat automatic cropping for this image, what's tools in matlab that i can use ?

Réponse acceptée

Image Analyst
Image Analyst le 24 Jan 2017
I'd first try imtophat() or imbothat() to emphasize the spots. Then it really depends on what area(s) of the image you want to crop, like each letter, each paragraph, the whole group of paragraphs or what???.
  5 commentaires
Image Analyst
Image Analyst le 30 Jan 2017
I'd take projections vertically and horizontally to try to find natural breaks in blob locations.
verticalProfile = sum(binaryImage, 2);
horizontalProfile = sum(binaryImage, 1);
afif fadilah
afif fadilah le 31 Jan 2017
ok, thank u sir, i'll try....

Connectez-vous pour commenter.

Plus de réponses (1)

KSSV
KSSV le 24 Jan 2017

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by