Create white pixel above all single white pixels
-
- Posts: 6
- Joined: 2017-10-22T04:06:07-07:00
- Authentication code: 1151
Create white pixel above all single white pixels
I need to create white pixel above the solitary white pixels so as to fill the gap made by line removal.Please help
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Create white pixel above all single white pixels
Would it be sufficient to just remove single white pixels or whatever is the minimum area of white? If so, you can do that with -connected-components. Filling in would likely result in thickening your characters where you do not want them thicker or filling in closed parts of the characters.