https://github.com/akhilseshan/line_character_segmentation
Python code for word-by-word and character-by-character segmentation of handwritten documents
https://github.com/akhilseshan/line_character_segmentation
image-processing image-segmentation python segmentation
Last synced: 8 months ago
JSON representation
Python code for word-by-word and character-by-character segmentation of handwritten documents
- Host: GitHub
- URL: https://github.com/akhilseshan/line_character_segmentation
- Owner: akhilseshan
- Created: 2020-06-02T17:23:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T17:27:33.000Z (about 6 years ago)
- Last Synced: 2025-01-21T12:09:53.132Z (over 1 year ago)
- Topics: image-processing, image-segmentation, python, segmentation
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Line Character Segmentation
### This is a segmentation algorithm for segmentation of characters and words from a handwritten document.
### The libraries used are: OpenCV, Scipy and Numpy.