How to remove checkered pattern from image in handwritten character recognition?

I need help with removing checkered lines from paper below. I've tried some morphological operations but i always end up with some missing parts of characters (image will be skeletonized after removing checkered pattern.
).

Answers (1)

Did you try the Color Thresholder on the Apps tab of the tool ribbon to identify the gray lines, then use regionfill() to fill them in?

Categories

Find more on Convert Image Type in Help Center and File Exchange

Answered:

on 22 Dec 2020

Community Treasure Hunt

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

Start Hunting!