First time here? Check out the FAQ!
answered 2019-01-02 03:53:11 -0600
you can read it back like:
FileStorage fs("running3.yml", FileStorage::READ); Mat voc; fs["vocabulary"] >> voc; fs.release();