bazar  1.3.1
Public Member Functions | Public Attributes | List of all members
keypoint Class Reference

A 2D feature point as detected by a point detector (yape for example). More...

#include <keypoint.h>

Collaboration diagram for keypoint:
Collaboration graph
[legend]

Public Member Functions

 keypoint (void)
 ~keypoint ()

Public Attributes

float orientation_in_radians
 Use keypoint_orientation_corrector to compute keypoint orientation:
float u
float v
 2D coordinates of the point
float scale
 point scale
float score
 higher is the score, stronger is the point
float meanI
 Used for point matching, should disappear soon.
float sigmaI
keypointpotential_correspondent
float match_score
int i_bucket
int j_bucket
int index

Detailed Description

A 2D feature point as detected by a point detector (yape for example).

Definition at line 35 of file keypoint.h.

Constructor & Destructor Documentation

keypoint::keypoint ( void  )
inline

Definition at line 38 of file keypoint.h.

keypoint::~keypoint ( )
inline

Definition at line 39 of file keypoint.h.

Member Data Documentation

int keypoint::i_bucket

Definition at line 56 of file keypoint.h.

int keypoint::index

Definition at line 58 of file keypoint.h.

int keypoint::j_bucket

Definition at line 56 of file keypoint.h.

float keypoint::match_score

Definition at line 55 of file keypoint.h.

float keypoint::meanI

Used for point matching, should disappear soon.

Definition at line 53 of file keypoint.h.

float keypoint::orientation_in_radians

Use keypoint_orientation_corrector to compute keypoint orientation:

Between 0 and 2 Pi

Definition at line 49 of file keypoint.h.

Referenced by affine_image_generator::preprocess_point_view().

keypoint* keypoint::potential_correspondent

Definition at line 54 of file keypoint.h.

float keypoint::scale
float keypoint::score

higher is the score, stronger is the point

Definition at line 45 of file keypoint.h.

Referenced by yape::get_local_maxima(), operator<(), and yape::subpix_refine().

float keypoint::sigmaI

Definition at line 53 of file keypoint.h.

float keypoint::u
float keypoint::v

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