visp
visp copied to clipboard
Introduce new vpHomogeneousMatrix I/O functions
We should introduce new functions to ease vpHomogeneousMatrix
i/o:
void vpHomogeneousMatrix::load (const std::string &f)
void vpHomogeneousMatrix::save (const std::string &f) const
Similar functions should exist for vpMatrix
, vpPoseVector
...