Tagged Questions
0
votes
2answers
126 views
Number of edges to each polygon of a graph constructed from an image
I have an image which looks like
from How to convert an image to a graph and get the positions of the edges?
which by using MorphologicalGraph becomes a graph ...
5
votes
1answer
254 views
Accessing the graph Thinning produces without losing all the edges' lengths/slopes
This is a follow up to the OCR question I had earlier.
What I want to do is to use Thinning to create "skeletons" of images of characters and then compare their shapes, utilizing such properties ...
13
votes
2answers
326 views
How to measure segment length and branch angle
I am trying to measure segment length and branch angle or bifurcation angle between each pair of segments.
My image after thinning looks like this:
...
12
votes
2answers
701 views
How to convert an image to a graph and get the positions of the edges?
I am trying to convert an image to a graph. My image is already skeletonized and looks pretty much like this:
What I need to do is identify all vertices and edges, and in particular get a list of ...
19
votes
1answer
914 views
Is there a way to convert an image into a Graph?
I'm trying to convert an image with several overlapping dots into a Graph. The goal is to be able to derive the Kirchhoff matrix for the randomly created "network ...
5
votes
1answer
202 views
How to determine edgeweights from width of skeleton using MorphologicalGraph (or workaround)?
Background
I'm trying to create a workaround for what seems to be a bug in MMA's graph functions related to edge weights:
SO: How to Label Graph Edges with their weights
According to MMA's ...