Re: [Dclib-devel] Serialization for std::vector<dlib::matrix<float, 0l, 1l> >& type
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2018-05-27 17:07:54
|
That’s not the right parameter order. Look at the documentation before asking questions. Sent from my iPhone > On May 27, 2018, at 12:21 PM, Ben Goz <ben...@gm...> wrote: > > 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 > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Dclib-devel mailing list > Dcl...@li... > https://lists.sourceforge.net/lists/listinfo/dclib-devel |