![]() |
Industrial Calibration
1.0.0
|
A pair of corresponding features in a N-dimensional sensor "image" and 3D target.
#include <types.h>
Public Types | |
using | Set = std::vector< Correspondence< SENSOR_DIM, WORLD_DIM > > |
Public Member Functions | |
Correspondence (const Eigen::Matrix< double, SENSOR_DIM, 1 > &in_image_, const Eigen::Matrix< double, WORLD_DIM, 1 > &in_target_) | |
Correspondence & | operator= (const Correspondence &rhs)=default |
bool | operator== (const Correspondence &rhs) const |