PARP Research Group | Universidad de Murcia |
QVSiftFeature Class Reference
|
Public Member Functions | |
QVSiftFeature (const QVKeypoint keypoint=QVKeypoint(), const QVVector descriptor=QVVector()) | |
Default constructor. |
Class for SIFT feature.
This class contains the keypoint location and the SIFT descriptor for a SIFT image feature.
Definition at line 39 of file qvsiftfeature.h.
QVSiftFeature::QVSiftFeature | ( | const QVKeypoint | keypoint = QVKeypoint() , |
|
const QVVector | descriptor = QVVector() | |||
) | [inline] |
Default constructor.
Creates a new SIFT image feature from a keypoint location and a descriptor vector.
keypoint | Keypoint location form the SIFT image feature. | |
descriptor | Descriptor vector. |
Definition at line 51 of file qvsiftfeature.h.