public abstract class Abstract3x3TableOperation extends Object
Constructor and Description |
---|
Abstract3x3TableOperation() |
Modifier and Type | Method and Description |
---|---|
protected <T extends BooleanType<T>> |
calculate(Img<T> source) |
protected <T extends BooleanType<T>> |
calculate(RandomAccessible<T> source,
IterableInterval<T> target) |
protected abstract boolean |
getExtendedValue()
Gets default value for neighborhood pixels outside of the image.
|
protected abstract boolean[] |
getTable()
The index to the table that's returned is built by examining each pixel
and accumulating 2^pixel number.
|
protected abstract boolean[] getTable()
0 1 2 3 4 5 6 7 8
protected abstract boolean getExtendedValue()
protected <T extends BooleanType<T>> Img<T> calculate(Img<T> source)
protected <T extends BooleanType<T>> void calculate(RandomAccessible<T> source, IterableInterval<T> target)
Copyright © 2015–2022 ImgLib2. All rights reserved.