public class BasicGridSIFTEngine extends Object implements Engine<Keypoint,FImage>
Constructor and Description |
---|
BasicGridSIFTEngine(boolean orientate)
Default constructor.
|
BasicGridSIFTEngine(boolean orientate,
DoGSIFTEngineOptions<FImage> options)
Construct with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<Keypoint> |
findFeatures(FImage image)
Find local features in the given image and return them.
|
public BasicGridSIFTEngine(boolean orientate)
orientate
- if true oriented features will be produced; false means
upright features.public BasicGridSIFTEngine(boolean orientate, DoGSIFTEngineOptions<FImage> options)
orientate
- if true oriented features will be produced; false means
upright features.options
- options for the SIFT extractionpublic LocalFeatureList<Keypoint> findFeatures(FImage image)
Engine
findFeatures
in interface Engine<Keypoint,FImage>
image
- the image