- 21 Jul, 2014 1 commit
-
-
Davis King authored
small window when the first image was bigger than the screen.
-
- 20 Jul, 2014 2 commits
-
-
Davis King authored
Also added an overload of operator() for pyramid_down that takes just a single image and downsamples it.
-
Davis King authored
extract_fhog_features(). Also fixed a minor bug where empty planar HOG feature maps had 0 planes in them rather than 31 empty planes as the spec says they should.
-
- 19 Jul, 2014 6 commits
-
-
Davis King authored
-
Davis King authored
what scanner type it is using.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 18 Jul, 2014 2 commits
-
-
Davis King authored
-
Davis King authored
This 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 authored
In 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 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.
-
Davis King authored
-
- 08 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.
-
- 03 Jul, 2014 3 commits
-
-
Davis King authored
-
Davis E. King authored
-
Davis E. King authored
-
- 02 Jul, 2014 4 commits
-
-
Davis E. King authored
code. Also made the initial bracketing step a little more efficient.
-
Davis King authored
find_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 authored
that 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 authored
BOBYQA for model selection.
-
Davis King authored
you to convert between a readonly and write lock but still use RAII.
-
- 22 Jun, 2014 2 commits
-
-
Davis King authored
-
Davis King authored
duplicate copies of the training data since doing so uses a lot of RAM for large datasets.
-
- 18 Jun, 2014 2 commits
-
-
Davis King authored
aliasing 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 2 commits
-
-
Davis King authored
-
Davis King authored
-