public abstract class AbstractMorphOpsCommand extends ContextCommand
Modifier and Type | Field and Description |
---|---|
protected static OutOfBoundsFactory<BitType,RandomAccessibleInterval<BitType>> |
defaultFactory
OutOfBoundsFactory that return False as value for all the pixel
that are out of the image space. |
static String |
EIGHT |
static String |
FOUR |
Constructor and Description |
---|
AbstractMorphOpsCommand() |
Modifier and Type | Method and Description |
---|---|
net.imglib2.ops.types.ConnectedType |
getConnectedType() |
void |
run() |
void |
setConnectedType(net.imglib2.ops.types.ConnectedType type) |
protected abstract void |
updateDataset(Dataset ds) |
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
public static final String FOUR
public static final String EIGHT
protected static OutOfBoundsFactory<BitType,RandomAccessibleInterval<BitType>> defaultFactory
OutOfBoundsFactory
that return False as value for all the pixel
that are out of the image space.protected abstract void updateDataset(Dataset ds)
public net.imglib2.ops.types.ConnectedType getConnectedType()
public void setConnectedType(net.imglib2.ops.types.ConnectedType type)
public void run()
Copyright © 2014–2022 ImageJ. All rights reserved.