Skip to content

Latest commit

 

History

History
executable file
·
38 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
38 lines (30 loc) · 1.08 KB

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