An observation is the x,y image location of a target's point in an image. More...
#include <basic_types.h>
Public Attributes | |
double | image_loc_x |
double | image_loc_y |
int | point_id |
boost::shared_ptr< Target > | target |
An observation is the x,y image location of a target's point in an image.
Definition at line 124 of file basic_types.h.
target point was found at image location x
Definition at line 128 of file basic_types.h.
target point image location y
Definition at line 129 of file basic_types.h.
point's id in target's point array
Definition at line 127 of file basic_types.h.
boost::shared_ptr<Target> industrial_extrinsic_cal::Observation::target |
pointer to target who's point is observed
Definition at line 126 of file basic_types.h.