字母分割:openCV findContours不起作用

时间:2016-12-11 06:58:36

标签: python opencv image-processing ocr image-segmentation

我有一个包含单词的二进制图像,我想将图像切成碎片,每个包含一个单个字符。

enter image description here enter image description here

我尝试使用opencv的findcontours来获取每个角色的边界框。但是,findContours没有按预期工作。

contours, hierarchy = cv2.findContours(img, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)

我该如何解决这个问题? 另一种更好的方法吗?

0 个答案:

没有答案