#include <pol_locator_hough.h>
Collaboration diagram for mimas::pol_angle:

Public Member Functions | |
| pol_angle (int a) | |
| pol_angle (double v) | |
| pol_angle () | |
| operator int () | |
| operator double () | |
| int | mag () |
| int | magSquared () |
Public Attributes | |
| int16_t | x |
| int16_t | y |
| x,y being like 'x' and 'y' of a vector pointing in the direction of the x axis of the model | |
small structure used at each pixel in the pol_locator_hough to store an estimate of the angle of the model whose centroid is at that position (has 2 degrees of freedom, essentially, magnitude and direction
Definition at line 42 of file pol_locator_hough.h.
| mimas::pol_angle::pol_angle | ( | int | a | ) | [inline] |
| mimas::pol_angle::pol_angle | ( | double | v | ) | [inline] |
| mimas::pol_angle::pol_angle | ( | ) | [inline] |
| mimas::pol_angle::operator int | ( | ) | [inline] |
| mimas::pol_angle::operator double | ( | ) | [inline] |
| int mimas::pol_angle::mag | ( | ) | [inline] |
| int mimas::pol_angle::magSquared | ( | ) | [inline] |
| int16_t mimas::pol_angle::x |
Definition at line 45 of file pol_locator_hough.h.
Referenced by mag(), magSquared(), operator double(), operator int(), and pol_angle().
| int16_t mimas::pol_angle::y |
x,y being like 'x' and 'y' of a vector pointing in the direction of the x axis of the model
Definition at line 45 of file pol_locator_hough.h.
Referenced by mag(), magSquared(), operator double(), operator int(), and pol_angle().