libfovis
Public Member Functions | Public Attributes | List of all members
KeyPoint Class Reference

An interesting point in an image. More...

Public Member Functions

 KeyPoint ()
 
 KeyPoint (float u_, float v_, float score_)
 

Public Attributes

float score
 
float u
 
float v
 

Detailed Description

An interesting point in an image.

Constructor & Destructor Documentation

KeyPoint ( )
inline

Initializes a keypoint to (0, 0) with score 0.

KeyPoint ( float  u_,
float  v_,
float  score_ 
)
inline

Initializes a keypoint to the specified coordinate and score.

Member Data Documentation

float u

also known as the X coordinate.

float v

also known as the Y coordinate.

float score

Scalar value used to indicate how strong the keypoint is (roughly an indicator of how likely it will be tracked across images).


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