-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subgraph isomorphism Applications #85
base: main
Are you sure you want to change the base?
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulitapb a first review.
Co-authored-by: Mridul Seth <[email protected]>
Co-authored-by: Mridul Seth <[email protected]>
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)