#include <HomgInterestPoint.h>
Public Member Functions | |
| HomgInterestPoint () | |
| HomgInterestPoint (double x, double y, float mean_intensity=0.0F) | |
| HomgInterestPoint (double x, double y, const HomgMetric &c, float mean_intensity=0.0F) | |
| HomgInterestPoint (const HomgPoint2D &h, const HomgMetric &c, float mean_intensity=0.0F) | |
| Create from HomgPoint2D in conditioned coordinates. | |
| HomgInterestPoint (vgl_homg_point_2d< double > const &h, const HomgMetric &c, float mean_intensity=0.0F) | |
| Create from vgl_homg_point_2d<double> in conditioned coordinates. | |
| HomgInterestPoint (const HomgInterestPoint &) | |
| HomgInterestPoint & | operator= (const HomgInterestPoint &) |
| ~HomgInterestPoint () | |
Public Attributes | |
| HomgPoint2D | homg_ |
| vnl_double_2 | double2_ |
| vnl_int_2 | int2_ |
| float | mean_intensity_ |
Friends | |
| bool | operator== (const HomgInterestPoint &, const HomgInterestPoint &) |
Definition at line 30 of file HomgInterestPoint.h.
| HomgInterestPoint::HomgInterestPoint | ( | ) |
Definition at line 14 of file HomgInterestPoint.cxx.
| HomgInterestPoint::HomgInterestPoint | ( | double | x, |
| double | y, | ||
| float | mean_intensity = 0.0F |
||
| ) |
Definition at line 50 of file HomgInterestPoint.cxx.
| HomgInterestPoint::HomgInterestPoint | ( | double | x, |
| double | y, | ||
| const HomgMetric & | c, | ||
| float | mean_intensity = 0.0F |
||
| ) |
Definition at line 58 of file HomgInterestPoint.cxx.
| HomgInterestPoint::HomgInterestPoint | ( | const HomgPoint2D & | h, |
| const HomgMetric & | metric, | ||
| float | mean_intensity = 0.0F |
||
| ) |
Create from HomgPoint2D in conditioned coordinates.
Using the given metric to convert back to image coordinates.
Definition at line 36 of file HomgInterestPoint.cxx.
| HomgInterestPoint::HomgInterestPoint | ( | vgl_homg_point_2d< double > const & | h, |
| const HomgMetric & | metric, | ||
| float | mean_intensity = 0.0F |
||
| ) |
Create from vgl_homg_point_2d<double> in conditioned coordinates.
Using the given metric to convert back to image coordinates.
Definition at line 20 of file HomgInterestPoint.cxx.
| HomgInterestPoint::HomgInterestPoint | ( | const HomgInterestPoint & | that | ) |
Definition at line 66 of file HomgInterestPoint.cxx.
| HomgInterestPoint::~HomgInterestPoint | ( | ) |
Definition at line 83 of file HomgInterestPoint.cxx.
| HomgInterestPoint & HomgInterestPoint::operator= | ( | const HomgInterestPoint & | that | ) |
Definition at line 74 of file HomgInterestPoint.cxx.
| bool operator== | ( | const HomgInterestPoint & | a, |
| const HomgInterestPoint & | b | ||
| ) | [friend] |
Definition at line 92 of file HomgInterestPoint.cxx.
| vnl_double_2 HomgInterestPoint::double2_ |
Definition at line 35 of file HomgInterestPoint.h.
Definition at line 34 of file HomgInterestPoint.h.
| vnl_int_2 HomgInterestPoint::int2_ |
Definition at line 36 of file HomgInterestPoint.h.
Definition at line 37 of file HomgInterestPoint.h.
1.7.5.1