Module imagingbook.common
Package imagingbook.common.sift
package imagingbook.common.sift
Implementation of David Lowe's SIFT feature detection scheme.
-
ClassDescriptionRepresents a SIFT key point in hierarchical scale space.Color definitions used in various SIFT demo plugins.This class defines a SIFT descriptor.This class implements the detection of SIFT features from images, as described in [1].Types of 3D neighborhoods used in min/max detectionRepresents a match between two SIFT features.Instances of this class perform matching between SIFT features.Default parameters; a (usually modified) instance of this class may be passed to the constructor of
SiftDetector
.