Package | Description |
---|---|
org.openimaj.image.feature.local.detector.mser |
Modifier and Type | Method and Description |
---|---|
static MSERFeatureGenerator.MSERDirection |
MSERFeatureGenerator.MSERDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MSERFeatureGenerator.MSERDirection[] |
MSERFeatureGenerator.MSERDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Component> |
MSERFeatureGenerator.generateMSERs(FImage img,
MSERFeatureGenerator.MSERDirection dir)
Performs a watershed then an MSER detection on the given image and
returns the MSERs.
|
List<Component> |
MSERFeatureGenerator.performMSERDetection(List<MergeTreeBuilder> mtbs,
MSERFeatureGenerator.MSERDirection dir)
Performs MSER detection on the trees provided.
|