Modifier and Type | Method and Description |
---|---|
Component |
Component.clone() |
Modifier and Type | Method and Description |
---|---|
TreeNode<Component> |
MergeTreeBuilder.getTree()
Return the tree that has been built.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeTreeBuilder.componentPromoted(Component c1)
Called when the given component c1 is upwardly promoted to
a higher intensity value.
|
void |
MergeTreeBuilder.componentsMerged(Component c1,
Component c2)
Called when component c2 is merged into component c1.
|
void |
Component.merge(Component p)
Merge another component with this one
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentStackMergeListener.componentPromoted(Component c1)
Called when the given component c1 is upwardly promoted to
a higher intensity value.
|
void |
ComponentStackMergeListener.componentsMerged(Component c1,
Component c2)
Called when component c2 is merged into component c1.
|
Modifier and Type | Method and Description |
---|---|
List<Component> |
MSERDetector.detect()
Detect MSERs in the merge tree provided in the constructor.
|
List<Component> |
MSERFeatureGenerator.generateMSERs(FImage img)
Performs a watershed then an MSER detection on the given image and
returns the MSERs.
|
List<Component> |
MSERFeatureGenerator.generateMSERs(FImage img,
MSERFeatureGenerator.MSERDirection dir)
Performs a watershed then an MSER detection on the given image and
returns the MSERs.
|
TreeNode<Component> |
MSERDetector.getMergeTree() |
List<Component> |
MSERFeatureGenerator.performMSERDetection(List<MergeTreeBuilder> mtbs,
MSERFeatureGenerator.MSERDirection dir)
Performs MSER detection on the trees provided.
|
Modifier and Type | Method and Description |
---|---|
int |
MSERFeatureGenerator.countMSERs(TreeNode<Component> tree)
Returns a count of the number of components in the tree that are marked
as MSERs.
|
Constructor and Description |
---|
MSERDetector(TreeNode<Component> mergeTree)
Constructor that takes the merge tree from the watershed algorithm.
|
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
ComponentUtils.plotComponent(Component c,
BufferedImage img,
Color colour) |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
ComponentUtils.plotComponentList(List<Component> components,
BufferedImage img,
Color colour) |