public static enum ConnectedComponents.StructuringElement extends Enum<ConnectedComponents.StructuringElement>
Enum Constant and Description |
---|
EIGHT_CONNECTED |
FOUR_CONNECTED |
Modifier and Type | Method and Description |
---|---|
net.imglib2.algorithm.labeling.ConnectedComponents.CollectNeighborLabelsFactory |
getFactory() |
static ConnectedComponents.StructuringElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectedComponents.StructuringElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectedComponents.StructuringElement FOUR_CONNECTED
public static final ConnectedComponents.StructuringElement EIGHT_CONNECTED
public static ConnectedComponents.StructuringElement[] values()
for (ConnectedComponents.StructuringElement c : ConnectedComponents.StructuringElement.values()) System.out.println(c);
public static ConnectedComponents.StructuringElement valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic net.imglib2.algorithm.labeling.ConnectedComponents.CollectNeighborLabelsFactory getFactory()
Copyright © 2015–2022 ImgLib2. All rights reserved.