bazar
1.3.1
|
Transfer structure for AddHomography(). More...
#include <CamCalibration.h>
Public Member Functions | |
s_struct_points () | |
s_struct_points (double u, double v, double x, double y) |
Public Attributes | |
double | u |
double | v |
double | x |
double | y |
Transfer structure for AddHomography().
This structure is needed to pass the feature points in the original image pattern and on the screen to a given homography. Create an vector of (s_struct_points) and pass it to AddHomography(...). Parameters are: u , v : Correspondence coordinates on the screen (image plane) x , y : Correspondence coordinates in the world (z=0)
Definition at line 83 of file CamCalibration.h.
|
inline |
Definition at line 85 of file CamCalibration.h.
|
inline |
Definition at line 86 of file CamCalibration.h.
double CamCalibration::s_struct_points::u |
Definition at line 84 of file CamCalibration.h.
double CamCalibration::s_struct_points::v |
Definition at line 84 of file CamCalibration.h.
double CamCalibration::s_struct_points::x |
Definition at line 84 of file CamCalibration.h.
double CamCalibration::s_struct_points::y |
Definition at line 84 of file CamCalibration.h.