#include <keypoint.h>

Public Member Functions | |
| keypoint (void) | |
| keypoint (float u, float v, float scale) | |
| keypoint (const keypoint &p) | |
| virtual | ~keypoint () |
| keypoint & | operator= (const keypoint &p) |
Public Attributes | |
| float | orientation |
| Use keypoint_orientation_corrector to compute keypoint orientation:. | |
| int | id |
| float | meanI |
| Used for point matching, should disappear soon. | |
| float | sigmaI |
| keypoint * | potential_correspondent |
| float | match_score |
| int | i_bucket |
| int | j_bucket |
| int | index |
| float | u |
| float | v |
| 2D coordinates of the point (at the pyramid level 'scale') | |
| float | u_undist |
| float | v_undist |
| normalized coordinates, at pyramid level 0. | |
| int | scale |
| point scale | |
| float | score |
| higher is the score, stronger is the point | |
| int | class_index |
| used in fern_based_point_classifier | |
| float | class_score |
| float | fr_u (void) |
| float | fr_v (void) |
Definition at line 35 of file keypoint.h.
| keypoint::keypoint | ( | void | ) | [inline] |
| keypoint::keypoint | ( | float | u, | |
| float | v, | |||
| float | scale | |||
| ) | [inline] |
Definition at line 39 of file keypoint.h.
| keypoint::keypoint | ( | const keypoint & | p | ) | [inline] |
| virtual keypoint::~keypoint | ( | ) | [inline, virtual] |
Definition at line 41 of file keypoint.h.
| float keypoint::fr_u | ( | void | ) | [inline] |
| float keypoint::fr_v | ( | void | ) | [inline] |
| float keypoint::class_score |
Definition at line 53 of file keypoint.h.
Definition at line 67 of file keypoint.h.
| int keypoint::id |
| int keypoint::index |
Definition at line 69 of file keypoint.h.
Definition at line 67 of file keypoint.h.
| float keypoint::match_score |
Definition at line 66 of file keypoint.h.
| float keypoint::meanI |
| float keypoint::orientation |
Use keypoint_orientation_corrector to compute keypoint orientation:.
Between 0 and 2 Pi
Definition at line 60 of file keypoint.h.
Referenced by pyr_yape::cmp_orientation().
Definition at line 65 of file keypoint.h.
| int keypoint::scale |
point scale
Definition at line 49 of file keypoint.h.
Referenced by pyr_yape::cmp_orientation(), fr_u(), fr_v(), yape::get_local_maxima(), keypoint(), mcvPoint(), operator=(), pyr_keypoint::set(), and pyr_yape::stat_points().
| float keypoint::score |
higher is the score, stronger is the point
Definition at line 50 of file keypoint.h.
Referenced by yape::get_local_maxima(), keypoint(), operator<(), operator=(), pyr_keypoint::set(), and yape::subpix_refine().
| float keypoint::sigmaI |
Definition at line 64 of file keypoint.h.
| float keypoint::u |
Definition at line 46 of file keypoint.h.
Referenced by pyr_yape::cmp_orientation(), fr_u(), yape::get_local_maxima(), keypoint(), mcvPoint(), operator=(), pyr_keypoint::set(), and yape::subpix_refine().
| float keypoint::u_undist |
| float keypoint::v |
2D coordinates of the point (at the pyramid level 'scale')
Definition at line 46 of file keypoint.h.
Referenced by pyr_yape::cmp_orientation(), fr_v(), yape::get_local_maxima(), keypoint(), mcvPoint(), operator=(), pyr_keypoint::set(), and yape::subpix_refine().
| float keypoint::v_undist |
normalized coordinates, at pyramid level 0.
Definition at line 47 of file keypoint.h.
Referenced by pyr_yape::detect(), and undistort().
1.5.9