Package | Description |
---|---|
org.openimaj.image.text.extraction.swt |
Modifier and Type | Field and Description |
---|---|
protected SWTTextDetector.Options |
SWTTextDetector.options
The parameters of the algorithm
|
Modifier and Type | Method and Description |
---|---|
SWTTextDetector.Options |
SWTTextDetector.getOptions()
Get the current options.
|
Modifier and Type | Method and Description |
---|---|
protected static List<LineCandidate> |
LineCandidate.extractLines(List<LetterCandidate> letters,
SWTTextDetector.Options options)
Computes lines of text by merging pairs of characters that have similar
directions.
|
protected static List<WordCandidate> |
WordCandidate.extractWords(LineCandidate line,
SWTTextDetector.Options options) |
protected static List<LetterCandidate> |
LetterCandidate.findLetters(List<ConnectedComponent> components,
FImage swt,
FImage image,
SWTTextDetector.Options options)
Filter the components to find likely letter candidates.
|
Constructor and Description |
---|
SWTTextDetector(SWTTextDetector.Options options)
Construct the
SWTTextDetector with the given parameters. |