public class LiuSamarabanduTextExtractorMultiscale.PyramidTextExtractor extends Object implements PyramidProcessor<FImage>
| Constructor and Description |
|---|
PyramidTextExtractor() |
| Modifier and Type | Method and Description |
|---|---|
FImage |
getFeatureMap()
Get the feature map for the image.
|
void |
process(GaussianPyramid<FImage> pyramid)
Process the given pyramid.
|
public PyramidTextExtractor()
public FImage getFeatureMap()
public void process(GaussianPyramid<FImage> pyramid)
process in interface PyramidProcessor<FImage>pyramid - the pyramid.PyramidProcessor.process(org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramid)