networkx / nx-guides

Examples and Jupyter Notebooks about NetworkX
https://networkx.org/nx-guides/
Creative Commons Zero v1.0 Universal
192 stars 104 forks source link

Subgraph isomorphism Applications #85

Open paulitapb opened 1 year ago

paulitapb commented 1 year ago

Just some code to find a face in a picture. The image is too small because otherwise, it took too long to calculate isomorphism. I might need some ideas to make it more interesting tho or could it be just an introduction to some other cool application (like proteins classification)

paulitapb commented 1 year ago

Finally, I find a kind of exciting use in pattern recognition in an image. I took an image of a messy desk and used subgraph isomorphism to find a cellphone. Then I also use subgraph isomorphism to find patterns in protein secondary structures. There are still some things to add and explained but the main work is done.