Segmentation for connected characters

前端 未结 3 1518
萌比男神i
萌比男神i 2020-12-29 01:04

How can I segment if the characters are connected? I just tried using watershed with distance transform (http://opencv-code.com/tutorials/count-and-segment-overlapping-objec

3条回答
  •  忘掉有多难
    2020-12-29 01:18

    Not sure if I want to help you solve captchas, but one idea would be to use erosion. Depending on how many pixels you have to work with it might be able to sufficiently separate the characters without destroying them. This would likely be best used as a pre-processing step for some other segmentation algorithm.

提交回复
热议问题