MicroJEdi / CharacterEdgeTracer

A python application that traces the edges of written text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CharacterEdgeTracer

Simple computer vision algorithm that finds text and converts characters into path vectors assuming that the wrttien characters are to be read top to bottom and left to right.

  • ↗ right & up diagonal movement is colored blue
  • ↘ right & down diagonal movement is colored red
  • horizontal movement & vertical movement are colored yellow

Requirements

Python Script

  • CharacterTracer.py
    Converts the specified input image into the edge detected output image.
    • Sample input file (circuit.jpg) SampleInput
    • Sample segmented output file (circuitBlackAndWhite.JPEG) SampleSegmentedOutput
    • Sample traced output file (circuitBlackAndWhite.JPEG) SampleTracedOutput

TODO

  • Textual Representation of Path Vector

About

A python application that traces the edges of written text.


Languages

Language:Python 100.0%