Davis King
fe03decb10
Now you can ctrl+left click on a rectangle in the image_display to change its
...
label.
2014-02-10 20:39:53 -05:00
Davis King
1f35b44ded
Fixed spelling errors in spec
2014-02-10 20:28:52 -05:00
Davis King
fba0158925
made test more robust
2014-02-10 19:24:15 -05:00
Davis King
de95484424
Added another #include to avoid a compile time error on Mac OS X 10.9.1 with
...
gcc 4.8.
2014-02-10 18:31:52 -05:00
Davis King
440ffe8203
merged
2014-02-10 18:29:34 -05:00
Lukas
eaf568f9b4
Prevent static assert for set_size on gradient in compute_nuclear_norm_parts()
2014-02-10 14:19:46 +01:00
Davis King
e9da373365
updated docs
2014-02-09 22:54:26 -05:00
Davis King
c67975c7d6
Added code to test the oca interface with a prior vector.
2014-02-09 21:26:42 -05:00
Davis King
f25ca01e07
The oca solver now supports taking a user supplied prior vector. That is,
...
it lets you use a regularizer like ||w-prior||^2 instead of the usual ||w||^2
regularizer.
2014-02-09 21:17:33 -05:00
Davis King
2c03e133be
Renamed one of the unit tests functions because it was often an
...
auto-completion based on ctags, which is annoying.
2014-02-09 18:51:30 -05:00
Davis King
8cb50b4442
updated docs
2014-02-09 15:09:36 -05:00
Davis King
17b8f97c9a
Added face detection python example
2014-02-09 13:23:44 -05:00
Davis King
a20f154483
Added a python interface to the fhog_object_detector and related tools.
2014-02-09 12:56:35 -05:00
Davis King
78aeaca937
Added tools for interfacing with python images.
2014-02-09 12:56:13 -05:00
Davis King
5a385a3c02
A minor change to ensure the load() function can load objects
...
like the cv_image.
2014-02-09 10:25:59 -05:00
Davis King
944748b330
updated docs
2014-02-08 18:50:14 -05:00
Davis King
1b71d0bbe4
updated docs
2014-02-08 17:49:52 -05:00
Davis King
7e802ebd79
Fixed compiler error in assert statement
2014-02-08 17:48:33 -05:00
Davis King
fe3d5901c1
Clarified the spec for extract_image_chips() and also made it so the user can
...
explicitly specify the dimensions of the extracted chips.
2014-02-08 17:46:35 -05:00
Davis King
5d659af761
Added tile_images()
2014-02-08 17:44:34 -05:00
Davis King
60333afec1
updated docs
2014-02-08 16:54:36 -05:00
Davis King
183a3de50c
Added set_aspect_ratio()
2014-02-08 16:52:47 -05:00
Davis King
bff364dca8
Added some functions for converting a numpy array into a pointer and its
...
dimensions.
2014-02-06 23:03:35 -05:00
Davis King
746f4282dd
Fixed awkward wording
2014-02-05 18:16:11 -05:00
Davis King
942014df47
Added code that will cause the user to get a linker error if they
...
violate the one definition rule with inconsistent assert enabling.
2014-02-03 20:34:38 -05:00
Davis King
4d041ccb0d
updated release notes
2014-02-03 19:25:49 -05:00
Davis King
37f0a66f86
merged
2014-02-03 19:11:02 -05:00
Davis King
87a9cbc5bd
merged
2014-02-03 19:09:10 -05:00
Davis King
dd0dacb818
Gave pinv() an optional tolerance option.
2014-02-01 16:19:11 -05:00
Davis King
271366096b
Fixed typo in assert that prevented it from compiling
2014-02-01 16:07:05 -05:00
Davis King
97dc7f2afc
Fixed a compile time bug that happened with gcc when DEBUG was #defined
...
but not ENABLE_ASSERTS.
2014-02-01 16:06:37 -05:00
Davis King
a60188bba9
The stopping condition for the svr_linear_trainer was too tight when
...
there were a lot of samples, causing it to take an excessive amount
of time to converge in some cases. This fixes it.
2014-01-28 21:27:21 -05:00
Davis King
9ea4558ea8
merged
2014-01-28 21:19:12 -05:00
Davis King
517e64ee3d
updated repo level readme file
2014-01-28 21:09:07 -05:00
Davis King
db07f07dd3
Made the asserts that checks if the inputs to the optimization functions are
...
column vectors always enabled since violating this is a common user error.
2014-01-27 17:56:19 -05:00
Davis King
382c3d975b
Added another overload of extract_fhog_features(). This one returns the
...
features as a column vector but by reference instead of by value.
2014-01-26 19:51:10 -05:00
Davis King
98d1e56485
Clarified spec
2014-01-26 19:33:43 -05:00
Davis King
290b6a1ff3
updated docs
2014-01-26 19:29:51 -05:00
Davis King
ff82e91c98
Added add_image_rotations() and also made add_image_left_right_flips() work
...
with full_object_detection objects in addition to rectangles.
2014-01-26 19:24:39 -05:00
Davis King
033cf73358
Refactored the load_image_dataset() routines so they are easier to use and more
...
flexible. This introduces a slight backwards incompatibility in that the
version that loads full_object_detection objects now returns an ignore
rectangle set instead of a parts name list. But other than that the changes
are backwards compatible with previous version of dlib.
2014-01-26 16:42:10 -05:00
Davis King
5da7644941
Added another constructor to object_detector that makes it easy to combine
...
multiple detectors together.
2014-01-23 22:17:09 -05:00
Davis King
d62fac0daf
Added a value_type typedef to the array object.
2014-01-19 21:06:27 -05:00
Davis King
9d32b83ad5
Minor code cleanup
2014-01-19 15:45:05 -05:00
Davis King
73b5462050
Added an overload of pick_initial_centers() that uses the linear kernel when no
...
other kernel is specified by the user.
2014-01-19 12:40:54 -05:00
Davis King
d5b5c28113
updated docs
2014-01-19 11:35:33 -05:00
Davis King
0fc7ed31ce
Added nearest_center()
2014-01-19 11:32:31 -05:00
Davis King
4d20056aef
Created release v18.6
2014-01-13 16:12:29 -05:00
Davis King
9e8c7c9501
Added tag v18.6 for changeset 6a929c3ad782
2014-01-13 16:12:29 -05:00
Davis King
2ba3c4d47c
fixed grammar
2014-01-13 16:11:11 -05:00
Davis King
4ea532d4f5
updated docs
2014-01-12 21:37:27 -05:00