/Graph_Recognition

Project files of Graph Recognition

Primary LanguagePython

I was trying to create a program to detect the nodes & edges of a given hand-drawn or digital graph and create the adjacency matrix corresponding to the graph. But till date i am able to create a node mask for nodes and edge mask for edges. Still working on the project !!

Original Graph

graph

Processed Graph

processed_image

Node Mask

node_mask

Edge Mask

edge_mask