public class BasicASIFT extends ASIFT<FImage,Float>
FImages.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, newListdetectFeatures, detectFeatures, detectFeatures, filterEdgesTransformed, getFeatures, getKeypointsMappublic 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)
ASIFTconstructEngine in class ASIFT<FImage,Float>