Skip to content
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

Better Alignment Algorithm #22

Closed
travisgoodspeed opened this issue May 6, 2023 · 1 comment
Closed

Better Alignment Algorithm #22

travisgoodspeed opened this issue May 6, 2023 · 1 comment

Comments

@travisgoodspeed
Copy link
Owner

The current alignment algorithm, RomAlignerNew works great when there's a little tilt to the image and overlap between rows is limited to a few bits in a row when sorted by the X axis. Images with no tilt at all, and images with more overlap, require that a threshold be set to calculate the appropriate number of bits that might arrive out of order in determining the first column.

Close this issue when we have a new alignment algorithm that does not require such fine tuning and works on all existing samples.

@travisgoodspeed
Copy link
Owner Author

Fixed for real in #88.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant