Package | Description |
---|---|
org.fit.segm.grouping | |
org.fit.segm.grouping.op |
Modifier and Type | Method and Description |
---|---|
AreaImpl |
AreaImpl.findContentAbove(Separator sep)
Looks for the nearest text box area placed above the separator.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<Separator> |
SeparatorSet.bsep
List of separators comming from the box analysis
|
protected java.util.Vector<Separator> |
SeparatorSet.hsep
List of horizontal separators
|
protected java.util.Vector<Separator> |
SeparatorSet.vsep
List of vertical separators
|
Modifier and Type | Method and Description |
---|---|
Separator |
SeparatorSet.getMostImportantSeparator()
Obtains the most important (with the greatest weight) separator from all the separators.
|
Separator |
Separator.hsplit(Separator other) |
Separator |
Separator.vsplit(Separator other) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Separator> |
SeparatorSet.getBoxsep() |
java.util.Vector<Separator> |
SeparatorSet.getHorizontal() |
java.util.Vector<Separator> |
SeparatorSet.getVertical() |
Modifier and Type | Method and Description |
---|---|
int |
Separator.compareTo(Separator other) |
Separator |
Separator.hsplit(Separator other) |
Separator |
Separator.vsplit(Separator other) |
Constructor and Description |
---|
Separator(Separator orig) |