- 24 Aug, 2014 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 22 Aug, 2014 8 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
will have a reasonable size based on the current zoom level.
-
Davis King authored
spec and add asserts.
-
Davis King authored
-
Davis King authored
-
Davis King authored
headers to decide how to load images instead of using their file extensions. This makes load_image() work even when the files have the incorrect file extensions.
-
- 20 Aug, 2014 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 19 Aug, 2014 2 commits
-
-
Davis King authored
-
Davis King authored
other words appear in the file path to the source code.
-
- 18 Aug, 2014 3 commits
-
-
Davis King authored
-
Davis King authored
blending for drawing diagonal lines.
-
Davis King authored
-
- 17 Aug, 2014 1 commit
-
-
Davis King authored
-
- 16 Aug, 2014 1 commit
-
-
Davis King authored
Ahti Leppänen.
-
- 15 Aug, 2014 1 commit
-
-
Davis King authored
-
- 14 Aug, 2014 1 commit
-
-
Davis King authored
to each detector individually. This way one detector doesn't stomp on the output of another detector.
-
- 13 Aug, 2014 1 commit
-
-
Davis King authored
directly on already loaded data rather than needing to use an XML file as input.
-
- 12 Aug, 2014 1 commit
-
-
Davis King authored
-
- 03 Aug, 2014 1 commit
-
-
Davis King authored
some effort to detect them and output an identity matrix in that case.
-
- 25 Jul, 2014 1 commit
-
-
Davis King authored
-
- 21 Jul, 2014 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
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.
-