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

Truncating left/right side of ballot #1

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 1 comment
Open

Truncating left/right side of ballot #1

GoogleCodeExporter opened this issue Mar 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Example 1 (truncation):
$ python straightener.py test1.tif
Actual results: test1-unrotated.tif has timing marks on left and right sides 
cropped.
Expected results: nothing was cropped.

Example 2 (no truncation):
$ python straightener.py test2.tif
Actual results: test2-unrotated.tif is same as test2.tif, with nothing cropped
This is as I expected.

What is the intended behavior?  Why is this inconsistent across the two images? 
 Seems like test2.tif is handled correctly, and handling of test1.tif is a bug: 
what do you think?

Original issue reported on code.google.com by [email protected] on 10 Feb 2012 at 8:47

Attachments:

@GoogleCodeExporter
Copy link
Author

Fixed for the example you've provided (not sure about the general case). The 
final cropping step was something I put in at the last minute and it's 
extremely naive, so I would expect some issues to surface.

Original comment by [email protected] on 10 Feb 2012 at 9:55

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

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

No branches or pull requests

1 participant