Modifier and Type | Method and Description |
---|---|
void |
PyramidProcessor.process(GaussianPyramid<IMAGE> pyramid)
Process the given pyramid.
|
Constructor and Description |
---|
GaussianOctave(GaussianPyramid<IMAGE> parent,
float octaveSize)
Construct a Gaussian octave with the provided parent Pyramid and
octaveSize.
|
Constructor and Description |
---|
DoGOctave(GaussianPyramid<I> parent,
float octSize)
Construct a Difference of Gaussian octave with the provided parent Pyramid
and octaveSize.
|
FirstBandDoGOctave(GaussianPyramid<FImage> parent,
float octSize)
Construct a Difference of Gaussian octave with the provided parent Pyramid
and octaveSize.
|
Modifier and Type | Method and Description |
---|---|
void |
LiuSamarabanduTextExtractorMultiscale.PyramidTextExtractor.process(GaussianPyramid<FImage> pyramid)
Process the given pyramid.
|