[Dclib-devel] Serialization for std::vector<dlib::matrix<float, 0l, 1l> >& type
Brought to you by:
davisking
From: Ben G. <ben...@gm...> - 2018-05-27 16:21:43
|
Hello, I'm trying to serialize/deserialize type std::vector<dlib::matrix<float, 0l, 1l> >& using ofstream. And I get the following error: error: no matching function for call to ‘deserialize(std::ofstream&, std::vector<dlib::matrix<float, 0l, 1l> >&)’ I guess I'll see same error for serialize function. How can I overcome it? Regards, Ben |