What would be the best way to implement this in python? I have currently looked into: - Feature Matching https://docs.opencv.org/4.0.1/db/d27/tutorial_py_table_of_contents_feature2d.html - ANN (would like to avoid as much training data would be needed)
Any input would be greatly appreciated,
Thank you for your time :)