-
Notifications
You must be signed in to change notification settings - Fork 9
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
Inconsistent "insufficient model inliers" #4
Comments
Love the idea of this project, btw! Thanks for releasing it! |
I'm looking at this now.
In your case I identify a few issues though. The template is actually contained several times in the image. This is no different than trying to find a single checkbox or numberal in a page filled with them: which one should be matched against? There is currently no support for this scenario. Depending on the order of the detected features, the RANSAC search will likely get confused between the various possible positions of the template in the source. What you need here is to put the 9 blocks together in a single template. |
Hey all,
When I run
Where templates/data2.jpg looks like:
and where input/filled.jpg looks like:
and where both these scans are 300dpi, black and white.
I sometimes get
Sometimes I get the mpl file, and sometimes I get that "insufficient model inliers" notification and no mpl file. Right now, the mpl is extracted about 50% of the time.
I have tried expanding and shrinking the -r window, removing the bubbles from the template, making the template area bigger and smaller, but to even less consistent results. I have also tried 600dpi, which improved other scan areas, but this one remains the worst in terms of consistency.
What does "insufficient model inliers" mean, and how can I more reliably extract this template from this image?
The text was updated successfully, but these errors were encountered: