ARTICLE AD BOX
I have a number of graphs in NetworkX, obtained by microscopic images by NEFI https://nefi.mpi-inf.mpg.de/. Since they're from real images, the graphs nodes are always slightly displaced from one image to the next. But I'd like to quantify the presence of bigger changes, i.e. nodes/edges appearing or disappearing.
e.g. in these two images the big change is in the SW quadrant, with three small regions appearing.
There is some way to do this with NetworkX functions ? It seems to me that its distance functions, like graph_edit_distance(), do not take into account the possibility that two nodes are the same if one of them can be slightly displaced to the other's position - but I could be wrong...


