You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at net.imglib2.img.basictypeaccess.array.AbstractLongArray.getValue(AbstractLongArray.java:61)
at net.imglib2.type.numeric.integer.GenericLongType.getLong(GenericLongType.java:135)
at net.imglib2.type.numeric.integer.LongType.get(LongType.java:93)
at net.imglib2.algorithm.morphology.distance.DistanceTransform.transformSingleColumn(DistanceTransform.java:1193)
at net.imglib2.algorithm.morphology.distance.DistanceTransform.transformAlongDimension(DistanceTransform.java:1128)
at net.imglib2.algorithm.morphology.distance.DistanceTransform.transform(DistanceTransform.java:541)
at net.imglib2.algorithm.morphology.distance.DistanceTransform.transform(DistanceTransform.java:455)
at net.imglib2.algorithm.morphology.distance.DistanceTransform.transform(DistanceTransform.java:393)
weights less than 1.0 seem to be the cause of this.
The text was updated successfully, but these errors were encountered:
This code
throws:
weights less than 1.0 seem to be the cause of this.
The text was updated successfully, but these errors were encountered: