Package | Description |
---|---|
org.openimaj.image.analysis.pyramid.gaussian | |
org.openimaj.image.feature.local.engine |
Constructor and Description |
---|
GaussianPyramid(GaussianPyramidOptions<I> options)
Construct a Pyramid with the given options.
|
GaussianPyramidOptions(GaussianPyramidOptions<?> options)
Construct the pyramid options by copying the non-processor options from
the given options object.
|
Modifier and Type | Class and Description |
---|---|
class |
DoGSIFTEngineOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
Options for controlling SIFT feature localisation and extraction.
|