Ask Your Question

shebna12's profile - activity

2018-03-09 09:51:36 -0600 edited answer word segmentation using OpenCV

Hello gaurav_kl! I've done the same project too. I assume you've already cleaned up the noise in your image. Here are

2018-03-09 09:51:07 -0600 answered a question word segmentation using OpenCV

Hello gaurav_kl! I've done the same project too. I assume you've already cleaned up the noise in your image. Here are

2018-03-09 09:19:37 -0600 commented question How to separate connected letters of a word?

The characters used in that example are separated. In my case, two neighboring characters are connected which makes it d

2018-03-09 03:10:03 -0600 asked a question How to separate connected letters of a word?

How to separate connected letters of a word? I'm using Opencv Python 3.30. I'm having a problem with separating the con

2017-11-17 10:35:41 -0600 asked a question Good feature extraction for handwritten characters using OpenCV python?

Good feature extraction for handwritten characters using OpenCV python? I'm currently using the cv2.goodFeaturesToTrack(

2017-11-05 09:09:03 -0600 received badge  Editor (source)
2017-11-05 09:09:03 -0600 edited question How to group two-contour(like i,j,!,?) characters in opencv python?

How to group two-contour(like i,j,!,?) characters in opencv python? I'm trying to do the segmentation part of handwritin

2017-11-03 10:11:54 -0600 answered a question putText for UTF-8 characters

I found an answer from StackOverflow which is related to your question. I believe OP posted this question in stack overf

2017-11-03 10:04:21 -0600 asked a question How to group two-contour(like i,j,!,?) characters in opencv python?

How to group two-contour(like i,j,!,?) characters in opencv python? I'm trying to do the segmentation part of handwritin

2017-11-03 10:03:37 -0600 asked a question How to set a flexible threshold value?

How to set a flexible threshold value? for c in contours0: #contours0 contains all the initial contours that includes no