Finding predecessor and successor of a node(shape) in image:(opencv & python)
- read image Input Image
- preprocessing of image
- segmentation for text and geometric shape extraction
- shape recognition (nodes and directed edges) output image
Now I want to get the junction point of node and edge so that to count indgree and out degree of node(shape) and then predecessor/successor of node
help somebody to get the relation b/w nodes and edges(lines)
I have tried to separate H/V lines using How to remove convexity defects in a Sudoku square? but not able to get the junction points of node and edge