public class Spur extends Object
For example:
0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 -> 0 0 1 0 1 1 1 1 1 1 1 1
Constructor and Description |
---|
Spur() |
Modifier and Type | Method and Description |
---|---|
static <T extends BooleanType<T>> |
spur(Img<T> source) |
static <T extends BooleanType<T>> |
spur(RandomAccessible<T> source,
IterableInterval<T> target) |
public static <T extends BooleanType<T>> Img<T> spur(Img<T> source)
public static <T extends BooleanType<T>> void spur(RandomAccessible<T> source, IterableInterval<T> target)
Copyright © 2015–2022 ImgLib2. All rights reserved.