A container to support sorting of corners. More...
Public Member Functions | |
| sdet_harris_point () | |
| void | set_point (vsol_point_2d_sptr const &p) |
| void | set_strength (const float s) |
| vsol_point_2d_sptr | point () |
| double | strength () |
Private Attributes | |
| float | strength_ |
| vsol_point_2d_sptr | p_ |
A container to support sorting of corners.
Will result in descending order according to strength
Definition at line 16 of file sdet_harris_detector.cxx.
| sdet_harris_point::sdet_harris_point | ( | ) | [inline] |
Definition at line 18 of file sdet_harris_detector.cxx.
| vsol_point_2d_sptr sdet_harris_point::point | ( | ) | [inline] |
Definition at line 22 of file sdet_harris_detector.cxx.
| void sdet_harris_point::set_point | ( | vsol_point_2d_sptr const & | p | ) | [inline] |
Definition at line 20 of file sdet_harris_detector.cxx.
| void sdet_harris_point::set_strength | ( | const float | s | ) | [inline] |
Definition at line 21 of file sdet_harris_detector.cxx.
| double sdet_harris_point::strength | ( | ) | [inline] |
Definition at line 23 of file sdet_harris_detector.cxx.
vsol_point_2d_sptr sdet_harris_point::p_ [private] |
Definition at line 27 of file sdet_harris_detector.cxx.
float sdet_harris_point::strength_ [private] |
Definition at line 26 of file sdet_harris_detector.cxx.
1.7.5.1