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

Ellipsoid factor blows up if input image is bigger than Integer.MAX_VALUE pixels #335

Open
mdoube opened this issue Jul 6, 2023 · 0 comments
Assignees

Comments

@mdoube
Copy link
Member

mdoube commented Jul 6, 2023

Describe the bug
Run Ellipsoid Factor using an image with more than Integer.MAX_VALUE pixels and it blows up because (presumably) the underlying map of starting points is a) pixelwise and b) (backed by) a 1D array rather than a 2D array (which has int × int pixel space).

Caused by: java.lang.RuntimeException: Number of elements in ArrayImg too big, use for example CellImg instead: 3445814736 > 2147483647

@mdoube mdoube changed the title Ellipsoid factor blows up if input image is bigger than int.MAX_VALUE pixels Ellipsoid factor blows up if input image is bigger than Integer.MAX_VALUE pixels Jul 10, 2023
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

2 participants