LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::kNNClassifier::pointInfo Struct Reference

Information about a feature point. More...

#include <ltiKNNClassifier.h>

Collaboration diagram for lti::kNNClassifier::pointInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 pointInfo ()

Public Attributes

const dvectorpoint
int classId
int pointId
double distance

Detailed Description

Information about a feature point.

If you classify a point in the feature space and you are interested in all available information about this point, this structure type will be used.


Constructor & Destructor Documentation

lti::kNNClassifier::pointInfo::pointInfo (  ) 

Default constructor.

Initializes all members with invalid values (negative Ids and null pointers)


Member Data Documentation

Class ID for the point.

Distance to the test point.

Constant reference to the feature point.

ID for the point itself.


The documentation for this struct was generated from the following file:

Generated on Sat Apr 10 15:26:52 2010 for LTI-Lib by Doxygen 1.6.1