Package | Description |
---|---|
org.openimaj.image.connectedcomponent | |
org.openimaj.image.segmentation |
Modifier and Type | Field and Description |
---|---|
protected ConnectedComponentLabeler.Algorithm |
ConnectedComponentLabeler.algorithm |
Modifier and Type | Method and Description |
---|---|
static ConnectedComponentLabeler.Algorithm |
ConnectedComponentLabeler.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectedComponentLabeler.Algorithm[] |
ConnectedComponentLabeler.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConnectedComponentLabeler(ConnectedComponentLabeler.Algorithm algorithm,
ConnectedComponent.ConnectMode mode)
Construct using the given algorithm, background pixels having a value of
0 or less, and the given
ConnectedComponent.ConnectMode . |
ConnectedComponentLabeler(ConnectedComponentLabeler.Algorithm algorithm,
float bgThreshold,
ConnectedComponent.ConnectMode mode)
Construct using the given algorithm, background pixel threshold, and the
given
ConnectedComponent.ConnectMode . |
Constructor and Description |
---|
ConnectedThresholdSegmenter(Processor<FImage> thresholder,
ConnectedComponentLabeler.Algorithm algorithm,
ConnectedComponent.ConnectMode mode)
Construct with the given thresholding algorithm implementation.
|