Package | Description |
---|---|
org.openimaj.image.analysis.pyramid | |
org.openimaj.image.text.extraction |
Modifier and Type | Field and Description |
---|---|
protected PyramidProcessor<IMAGE> |
PyramidOptions.pyramidProcessor
PyramidProcessor for processing the pyramid after construction.
|
Modifier and Type | Method and Description |
---|---|
PyramidProcessor<IMAGE> |
PyramidOptions.getPyramidProcessor()
Gets the currently set PyramidProcessor or null if none is set.
|
Modifier and Type | Method and Description |
---|---|
void |
PyramidOptions.setPyramidProcessor(PyramidProcessor<IMAGE> pyramidProcessor)
Sets the PyramidProcessor.
|
Modifier and Type | Class and Description |
---|---|
class |
LiuSamarabanduTextExtractorMultiscale.PyramidTextExtractor
This is the main processor for this text extractor.
|