visp icon indicating copy to clipboard operation
visp copied to clipboard

Introduce new vpHomogeneousMatrix I/O functions

Open fspindle opened this issue 6 years ago • 0 comments

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...

fspindle avatar Feb 08 '19 09:02 fspindle