Package | Description |
---|---|
org.openimaj.image.feature.local.affine | |
org.openimaj.image.feature.local.engine | |
org.openimaj.image.feature.local.engine.asift |
Modifier and Type | Method and Description |
---|---|
Engine<Keypoint,FImage> |
BasicASIFT.constructEngine(DoGSIFTEngineOptions<FImage> opts) |
abstract Engine<Keypoint,I> |
ASIFT.constructEngine(DoGSIFTEngineOptions<I> opts)
An engine which can process images of type and output keypoints
|
Engine<Keypoint,MBFImage> |
ColourASIFT.constructEngine(DoGSIFTEngineOptions<MBFImage> opts) |
Constructor and Description |
---|
ASIFT(DoGSIFTEngineOptions<I> opts) |
BasicASIFT(DoGSIFTEngineOptions<FImage> opts)
Construct with the given options for the internal
DoGSIFTEngine . |
ColourASIFT(DoGSIFTEngineOptions<MBFImage> opts)
Construct with the given options for the internal
DoGSIFTEngine . |
Modifier and Type | Method and Description |
---|---|
DoGSIFTEngineOptions<FImage> |
DoGSIFTEngine.getOptions() |
DoGSIFTEngineOptions<MBFImage> |
DoGColourSIFTEngine.getOptions() |
DoGSIFTEngineOptions<FImage> |
MinMaxDoGSIFTEngine.getOptions()
Get the options for this engine.
|
Constructor and Description |
---|
BasicGridSIFTEngine(boolean orientate,
DoGSIFTEngineOptions<FImage> options)
Construct with the given parameters.
|
DoGColourSIFTEngine(DoGSIFTEngineOptions<MBFImage> options)
Construct with the given options.
|
DoGSIFTEngine(DoGSIFTEngineOptions<FImage> options)
Construct a DoGSIFTEngine with the given options.
|
MinMaxDoGSIFTEngine(DoGSIFTEngineOptions<FImage> options)
Construct a
MinMaxDoGSIFTEngine with the given options. |
Constructor and Description |
---|
ASIFTEngine(DoGSIFTEngineOptions<FImage> opts)
Construct using 5 tilt levels and the given parameters for the internal
DoGSIFTEngine . |
ASIFTEngine(DoGSIFTEngineOptions<FImage> opts,
int nTilts)
Construct using the given numbe of tilt levels and parameters for the
internal
DoGSIFTEngine . |
ColourASIFTEngine(DoGSIFTEngineOptions<MBFImage> opts)
Construct using 5 tilt levels and the given parameters for the internal
DoGSIFTEngine . |
ColourASIFTEngine(DoGSIFTEngineOptions<MBFImage> opts,
int nTilts)
Construct using the given numbe of tilt levels and parameters for the
internal
DoGSIFTEngine . |