MATLAB: How to creat automatic cropping for braille text (image)

brailleimage processingImage Processing Toolbox

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 ?

Best Answer

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???.
Related Question