/Character_Segmentation

Segmenting Handwritten Paragraphs into Characters

Primary LanguagePython

HandWritten Character Segmentation from paragraphs into individual letters

Dependencies:-

  • OpenCV-3.1.0
  • Pyhton3
  • NumPy

Directory segmented_img contains the individual characters of input image.

Sorry, I didn't had much time to make this programe easy to use. There are many hard thresholds and input image have to set in the code itself.

Example

Input Image Input Imagee

In between processing:

pre-process preprocess

Final Output: Here we get single image corresponding to each letter in the text.

1 2 3 4 5 6 7 8 9 10 11 12