Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
VL::Sift::Keypoint Struct ReferenceSIFT keypoint. More...
Detailed DescriptionSIFT keypoint. A SIFT keypoint is charactedized by a location x,y and a scale In addition to the location, scale indexes and scale, we also store the integer location and level. The integer location is unnormalized, i.e. relative to the resolution of the octave containing the keypoint (octaves are downsampled). Definition at line 187 of file sift.hpp.
Member Data DocumentationKeypoint integer scale indiex. Definition at line 193 of file sift.hpp. Referenced by VL::Sift::computeKeypointDescriptor(), VL::Sift::computeKeypointOrientations(), VL::Sift::detectKeypoints(), VL::Sift::getKeypoint(), and siftdriver(). Keypoint integer X coordinate (unnormalized). Definition at line 191 of file sift.hpp. Referenced by VL::Sift::detectKeypoints(), and VL::Sift::getKeypoint(). Keypoint integer Y coordinate (unnormalized). Definition at line 192 of file sift.hpp. Referenced by VL::Sift::detectKeypoints(), and VL::Sift::getKeypoint(). Keypoint octave index. Definition at line 189 of file sift.hpp. Referenced by VL::Sift::computeKeypointDescriptor(), VL::Sift::computeKeypointOrientations(), VL::Sift::getKeypoint(), and siftdriver(). Keypoint fractional scale index. Definition at line 197 of file sift.hpp. Referenced by VL::Sift::getKeypoint(). Keypoint scale. Definition at line 199 of file sift.hpp. Referenced by VL::Sift::computeKeypointDescriptor(), VL::Sift::computeKeypointOrientations(), VL::Sift::getKeypoint(), and siftdriver(). Keypoint fractional X coordinate. Definition at line 195 of file sift.hpp. Referenced by VL::Sift::computeKeypointDescriptor(), VL::Sift::computeKeypointOrientations(), VL::Sift::getKeypoint(), and siftdriver(). Keypoint fractional Y coordinate. Definition at line 196 of file sift.hpp. Referenced by VL::Sift::computeKeypointDescriptor(), VL::Sift::computeKeypointOrientations(), VL::Sift::getKeypoint(), and siftdriver(). The documentation for this struct was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:26 2016 by Doxygen 1.6.3 |