-
Notifications
You must be signed in to change notification settings - Fork 20
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
NonCubic RectangleShape Neighborhood #80
Comments
I just saw that this was raised already here: #10 |
Hi @tischi |
Hi @tinevez |
I don't completely agree. Name -> function. |
Yes, that would be nicer! |
@stelfrich @tinevez
I was wondering why there only is a constructor with one single integer for the span:
https://github.com/imglib/imglib2-algorithm/blob/master/src/main/java/net/imglib2/algorithm/neighborhood/RectangleShape.java#L67
To me, that would indicate that it is a
cube
rather than arectangle
.Could one add a constructor where one can specify different lengths of the span in all dimensions?
The text was updated successfully, but these errors were encountered: