KeypointMatch Struct Reference

A simple struct to store Keypoint matches. More...

#include <SIFT/KeypointMatch.H>

Collaboration diagram for KeypointMatch:
Collaboration graph
[legend]

List of all members.

Public Attributes

rutz::shared_ptr< Keypointrefkp
 Keypoint in reference VisualObject.
rutz::shared_ptr< Keypointtstkp
 Keypoint in the test VisualObject.
int distSq
 Squared distance between the two keypoints.
int distSq2
 Squared distance of the second-best match.

Detailed Description

A simple struct to store Keypoint matches.

Definition at line 45 of file KeypointMatch.H.


Member Data Documentation

Squared distance between the two keypoints.

Definition at line 48 of file KeypointMatch.H.

Referenced by VisualObjectDB::getObjectMatches().

Squared distance of the second-best match.

Definition at line 49 of file KeypointMatch.H.

Referenced by VisualObjectDB::getObjectMatches().

Keypoint in reference VisualObject.

Definition at line 46 of file KeypointMatch.H.

Referenced by VisualObjectDB::getObjectMatches(), and SIFTaffine::getResidualDistSq().

Keypoint in the test VisualObject.

Definition at line 47 of file KeypointMatch.H.

Referenced by VisualObjectDB::getObjectMatches(), and SIFTaffine::getResidualDistSq().


The documentation for this struct was generated from the following file:
Generated on Sun May 8 08:43:29 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3