Package | Description |
---|---|
org.openimaj.image.analysis.watershed | |
org.openimaj.image.analysis.watershed.feature |
Class and Description |
---|
ComponentFeature
Interface for objects that represent the features of a region (Component)
Note: ALL classes implementing this interface MUST have a default constructor
with NO arguments.
|
Class and Description |
---|
ComponentFeature
Interface for objects that represent the features of a region (Component)
Note: ALL classes implementing this interface MUST have a default constructor
with NO arguments.
|
MomentFeature
Accumulate the values of u11, u20 and u02 required to fit an
ellipse to the feature.
|
PixelsFeature
PixelsFeature is used to dynamically create the ConnectedComponents
corresponding to MSERs.
|