- 13 Sep, 2020 1 commit
-
-
pfeatherstone authored
* [DLIB] macro for generating default serialisation functions * [DLIB] refactoring * [DLIB] refactoring
-
- 01 Jun, 2020 1 commit
-
-
stoperro authored
* * Corrected interpolate_bilinear for non-RGB images not to collapse into grayscale (#2089) * * interpolate_bilinear uses now pixel_to_vector for shorter code. * pixels now have operator!=. * * Explicitely float interpolation * Using C++11 static_assert() in interpolation. * * Corrected documentation for interpolate_bilinear, interpolate_quadratic * * Corrected formatting near interpolate_bilinear
-
- 29 Jan, 2018 1 commit
-
-
Davis King authored
-
- 05 Nov, 2016 1 commit
-
-
Davis King authored
-
- 09 Jul, 2014 1 commit
-
-
Davis King authored
byte. This makes their serialization format the same as the format for std::string. I had to revert the previous mod for this because it didn't work in visual studio. This change fixes that. The code should still be able to read all previously serialized data correctly. Moreover, any char arrays that aren't null terminated will still be read and written in their entirety.
-
- 07 Jul, 2014 1 commit
-
-
Davis E. King authored
serialized using the same format as std::string. Previously, the trailing 0 was also saved so if you deserialized them into a std::string you ended up with a trailing 0 in the std::string which isn't what you want.
-
- 22 May, 2014 1 commit
-
-
Davis King authored
-
- 22 Apr, 2013 2 commits
-
-
Davis King authored
-
Davis King authored
transform.
-
- 13 Apr, 2013 1 commit
-
-
Davis King authored
they are compatible. This was done in a way that is backwards compatible with previous versions of dlib. That is, we can still load data serialized by previous dlib versions. However, older versions of dlib can't load the new serialization format.
-
- 07 Apr, 2013 1 commit
-
-
Davis King authored
-
- 16 Jan, 2013 2 commits
-
-
Davis King authored
or std::vector<unsigned char> were serialized.
-
Davis King authored
-
- 07 Sep, 2011 1 commit
-
-
Davis King authored
characters to take advantage of the fact that you can just write the contents of memory out in this case.
-
- 05 Mar, 2010 1 commit
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403527
-
- 22 Jan, 2010 1 commit
-
-
Davis King authored
at the top of each file. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403404
-
- 28 Mar, 2009 1 commit
-
-
Davis King authored
DLIB_CASSERT to DLIB_TEST and DLIB_TEST_MSG. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402975
-
- 02 May, 2008 1 commit
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402199
-