Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is segmentation and how is it used?

segmentation Used
0
Posted

What is segmentation and how is it used?

0

Segmentation is the process of taking an image and splitting it up into smaller bitmaps. Each of these smaller bitmaps is supposed to contain the pixels put there by a single character or glyph. The first step is to do a horizontal pixel histogram (sum the pixels in each row) and look for minima (or runs of scan lines where the pixel count is below a given threshold). The next step is to do the same for columns of pixels and look for stretches where the vertical histogram values are below a given threshold. The result of this is a set of “regions of interest”. The coordinates are determined by the starting and ending lines and columns at which the horizontal and vertical pixel histograms are above threshold. Segmentation occurs early in the processing of ICR and OCR fields. Segmentation as discussed here is not performed for OMR fields. “Do multiple lines” – means do a horizontal pixel histogram to find multiple lines in the field. If this is set, then “minimum line separation pixels”

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123