Jafar
|
Struct that contains plane parameters used for the geometric homography estimation. More...
Struct that contains plane parameters used for the geometric homography estimation.
It contains of
d: distance of camera0 to plane n: [nx,ny,nz], normal of the plane, represented in World frame
Definition at line 97 of file trv_util.hpp.
#include <trv_util.hpp>
Public Member Functions | |
PlaneParameters (double _d=1.0, double _nx=0.0, double _ny=0.0, double _nz=1.0) | |
Public Attributes | |
double | d |
distance of the camera to the plane | |
double | nx |
normal to the plane, given in the world frame | |
double | ny |
double | nz |
jblas::vec3 | n_W |
Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |