Public Member Functions | Public Attributes
fovis::KeyPoint Class Reference

An interesting point in an image. More...

#include <keypoint.hpp>

List of all members.

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.

Definition at line 14 of file keypoint.hpp.


Constructor & Destructor Documentation

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

Definition at line 34 of file keypoint.hpp.

fovis::KeyPoint::KeyPoint ( float  u_,
float  v_,
float  score_ 
) [inline]

Initializes a keypoint to the specified coordinate and score.

Definition at line 39 of file keypoint.hpp.


Member Data Documentation

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

Definition at line 29 of file keypoint.hpp.

also known as the X coordinate.

Definition at line 20 of file keypoint.hpp.

also known as the Y coordinate.

Definition at line 24 of file keypoint.hpp.


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


libfovis
Author(s): Albert Huang, Maurice Fallon
autogenerated on Thu Jun 6 2019 20:16:12