-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move ORB to SIFT feature detection #6
Comments
I've just had a quick try with this and i get the figure attached here. It seems there are diagonal matches detected even though that shouldn't be the case. Perhaps, I need to check my code more. i used the Brute Force Matching with SIFT described here: https://docs.opencv.org/4.x/dc/dc3/tutorial_py_matcher.html |
There is a lot of filtering afterwards, also note that the template does not match the target in content. This is a different format. Note the switch in the label on the left! These things are sensitive to these changes. You should also remove or trim the template to be as small as possible (not include the black border - the same goes for the target page but I think this is covered in the routine). |
**Update. I've over the past weeks made some good progress on the transcribing and will update the github in the next days after cleaning up. I used k-means clustering for ensuring the bounding boxes are placed in the right locations in the output excel file and it works well for the few sheets that I've tested it on. We'll see how it performs on more different images. |
SIFT is now off patent and should be better than ORB feature matching for the template matching routine
The text was updated successfully, but these errors were encountered: