Skip to content

Missing edge in edge-loop-edge structure. #17

Description

@charliebudd

I have a case where there is a single edge which splits into two before rejoining into a final edge, forming a loop.

I would expect a node to be formed at each intersection before and after the loop, and an edge following each side of the loop. However one edge of the loop is ommited from the resulting graph. Whats strange is the nodes are included suggesting the structure has been correctly picked up but the edge is just missing?

image
image

I printed out the nodes and edges which shows the same as the images...
Nodes: 0, 1, 2, 3
Edges: (0, 1), (1, 2), (2, 3)

I did think the connections of the skeleton may be broken so I tried cropping out the node at the end of the loop but the graph comes out as well in these cases...
image
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions