-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding an interval parameter in ROIUtils.bresenham() #27
Comments
For now |
Any toughs @tpietzsch ? |
@hadim When you close an issue, can you please include a note why? |
Sorry. I was reviewing old issues and because I didn't find any more activities beside me here I thought it would be best to just close it. I guess I was tired when I did that. I'll just re open it. |
Note that meanwhile, with a9cebea, the imglib2-roi/src/main/java/net/imglib2/roi/geom/GeomMaths.java Lines 256 to 260 in 46e8890
|
That would be nice to have an interval parameter such as in
Line.getInterpolatedPolygon()
(https://github.com/imagej/ImageJA/blob/master/src/main/java/ij/gui/Roi.java#L439) inROIUtils.bresenham()
.The text was updated successfully, but these errors were encountered: