public class BasicASIFT extends ASIFT<FImage,Float>
FImage
s.allInterestPoints, BorderFact, mappedInterestPoints, PI, simulationOrder
Constructor and Description |
---|
BasicASIFT(boolean hires)
Construct the ASIFT extractor using the default parameters for the
DoGSIFTEngine , with the exception of the option to double the
size of the initial image which can be overridden. |
BasicASIFT(DoGSIFTEngineOptions<FImage> opts)
Construct with the given options for the internal
DoGSIFTEngine . |
Modifier and Type | Method and Description |
---|---|
Engine<Keypoint,FImage> |
constructEngine(DoGSIFTEngineOptions<FImage> opts)
An engine which can process images of type and output keypoints
|
detectFeatures, newList
detectFeatures, detectFeatures, detectFeatures, filterEdgesTransformed, getFeatures, getKeypointsMap
public BasicASIFT(boolean hires)
DoGSIFTEngine
, with the exception of the option to double the
size of the initial image which can be overridden.hires
- if true, then the input image is doubled in size before the
SIFT features are extracted.GaussianPyramidOptions.setDoubleInitialImage(boolean)
public BasicASIFT(DoGSIFTEngineOptions<FImage> opts)
DoGSIFTEngine
.opts
- public Engine<Keypoint,FImage> constructEngine(DoGSIFTEngineOptions<FImage> opts)
ASIFT
constructEngine
in class ASIFT<FImage,Float>