- 19 Jul, 2014 4 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
 
- 
- 18 Jul, 2014 2 commits
- 
- 
Davis King authored
- 
Davis King authoredThis is the dlib/image_processing/generic_image.h file. Then I changed all the image processing functions so that they use this interface. All the changes are very minor, but there are just a lot of them. Any user code that was using array2d objects to represent images will still work. However, this change makes it so that users can use their own custom image objects with dlib by simply implementing a few global functions for their image object. 
 
- 
- 13 Jul, 2014 1 commit
- 
- 
Davis King authoredIn particular, array2d::set_size() now simply allows any row and column sizes so long as they are non-negative. 
 
- 
- 10 Jul, 2014 2 commits
- 
- 
Michael Yee authored
- 
Davis E. King authored
 
- 
- 09 Jul, 2014 2 commits
- 
- 
Davis King authoredbyte. 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. 
- 
Davis King authored
 
- 
- 08 Jul, 2014 1 commit
- 
- 
Davis E. King authoredserialized 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. 
 
- 
- 03 Jul, 2014 3 commits
- 
- 
Davis King authored
- 
Davis E. King authored
- 
Davis E. King authored
 
- 
- 02 Jul, 2014 4 commits
- 
- 
Davis E. King authoredcode. Also made the initial bracketing step a little more efficient. 
- 
Davis King authoredfind_min_single_variable() and find_max_single_variable() routines. Also made these functions a little more robust to unusual objective functions. 
- 
Davis King authored
- 
Davis King authoredthat happened when using find_max_single_variable(). 
 
- 
- 27 Jun, 2014 1 commit
- 
- 
Davis King authored
 
- 
- 25 Jun, 2014 1 commit
- 
- 
Davis King authored
 
- 
- 24 Jun, 2014 3 commits
- 
- 
Davis King authored
- 
Davis King authoredBOBYQA for model selection. 
- 
Davis King authoredyou to convert between a readonly and write lock but still use RAII. 
 
- 
- 22 Jun, 2014 2 commits
- 
- 
Davis King authored
- 
Davis King authoredduplicate copies of the training data since doing so uses a lot of RAM for large datasets. 
 
- 
- 18 Jun, 2014 2 commits
- 
- 
Davis King authoredaliasing violations in user code, even when things get inlined in unfavorable ways. 
- 
Davis King authored
 
- 
- 17 Jun, 2014 2 commits
- 
- 
Davis King authored
- 
Davis King authored
 
- 
- 14 Jun, 2014 3 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
 
- 
- 09 Jun, 2014 4 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredopening files in binary mode. Oops. This is now fixed. 
 
- 
- 01 Jun, 2014 3 commits
- 
- 
Davis King authoreddocumented that you couldn't change the padding, cell size, or window size parameters between calls to load() and detect(). 
- 
Davis King authored
- 
Davis King authored
 
-