33 using namespace aruco;
    34 int main(
int argc, 
char **argv) {
    38             cerr << 
"Usage:  in_boardConfiguration.yml markerSize_meters out_boardConfiguration.yml" << endl;
    44     } 
catch (std::exception &ex) {
    45         cout << ex.what() << endl;
 int main(int argc, char **argv)
void saveToFile(string sfile)
void readFromFile(string sfile)
MarkerMap convertToMeters(float markerSize)
This class defines a set of markers whose locations are attached to a common reference system...