Davis King
fa58967115
Added another object detection example program
...
--HG--
rename : examples/object_detector_ex.cpp => examples/object_detector_ex_2.cpp
2012-03-21 21:07:05 -04:00
Davis King
c95a2a6fe3
Added the load_image_dataset() routine.
2012-03-21 21:04:56 -04:00
Davis King
a3651eb5fc
updated docs
2012-03-21 18:46:58 -04:00
Davis King
ff22bdc25c
A minor change to avoid warnings from visual studio
2012-03-21 18:34:34 -04:00
Davis King
35081b1edd
updated docs
2012-03-20 23:26:00 -04:00
Davis King
dc6a82cb41
Added some comments
2012-03-20 23:11:55 -04:00
Davis King
9a86f1fa4c
Moved the image dataset metadata IO functions into the dlib folder.
...
--HG--
rename : tools/imglab/src/image_dataset_metadata.cpp => dlib/data_io/image_dataset_metadata.cpp
rename : tools/imglab/src/image_dataset_metadata.h => dlib/data_io/image_dataset_metadata.h
2012-03-20 23:01:29 -04:00
Davis King
62f4f823e0
Made this example use the verbose version of setup_grid_detection_templates().
2012-03-20 18:12:37 -04:00
Davis King
ae00161fe5
Made determine_object_boxes() a little more robust. Previously, it
...
would sometimes select an invalid set of object boxes.
2012-03-20 18:12:19 -04:00
Davis King
75e6baf908
updated release notes
2012-03-19 23:50:13 -04:00
Davis King
1130288fe1
updated docs
2012-03-18 16:40:13 -04:00
Davis King
3432108e46
Added an example use of heatmap()
2012-03-18 16:38:11 -04:00
Davis King
6dbb0d81d9
Added a heatmap colormap.
2012-03-18 16:25:41 -04:00
Davis King
8cef8ff944
updated docs
2012-03-18 16:19:47 -04:00
Davis King
8403cad65f
Just renamed the file to colormaps.h
...
--HG--
rename : dlib/image_transforms/randomly_color_image.h => dlib/image_transforms/colormaps.h
rename : dlib/image_transforms/randomly_color_image_abstract.h => dlib/image_transforms/colormaps_abstract.h
2012-03-18 16:19:00 -04:00
Davis King
bf86a3b219
Made the code more robust so it works with pyramid_disable.
2012-03-17 18:55:56 -04:00
Davis King
4374c9cc76
updated docs
2012-03-17 18:51:54 -04:00
Davis King
39ce5a4f2c
Added the pyramid_up() routine.
2012-03-17 18:45:33 -04:00
Davis King
631854fa71
updated docs
2012-03-17 15:36:53 -04:00
Davis King
ee0271b415
Added a resize_image() routine.
2012-03-17 15:34:20 -04:00
Davis King
bb2dfb1ec9
Fixed compiler error in visual studio 2010
2012-03-11 13:25:03 -04:00
Davis King
6ab5882047
Clarified spec
2012-03-11 10:37:21 -04:00
Davis King
4c93d6765a
Added more comments
2012-03-11 10:27:28 -04:00
Davis King
c21965980d
Filled out spec for rls_filter and added asserts
2012-03-10 22:13:38 -05:00
Davis King
f3b0e8bc98
updated docs
2012-03-10 19:32:50 -05:00
Davis King
e2d78d3ae5
Filled out the spec for the kalman_filter object.
2012-03-10 19:24:55 -05:00
Davis King
bc7a297116
Added unit tests for rls_filter and kalman_filter.
2012-03-10 18:50:34 -05:00
Davis King
789deb9b4a
cleaned up the kalman filter code a little.
2012-03-10 18:23:05 -05:00
Davis King
d030932e89
Fixed typo in error message
2012-03-10 16:43:45 -05:00
Davis King
480b8f26f9
updated docs
2012-03-10 15:22:31 -05:00
Davis King
b84ed09e55
Added is_array template.
2012-03-10 15:20:16 -05:00
Davis King
0571e1df51
updated docs
2012-03-10 15:13:40 -05:00
Davis King
7c49b4ed16
updated docs
2012-03-10 15:08:01 -05:00
Davis King
fcd2c9bbb8
updated docs
2012-03-10 15:06:32 -05:00
Davis King
ba8fe3494b
clarified spec
2012-03-10 15:06:23 -05:00
Davis King
ad1c665ab4
All I did in this commit was remove any of the ::kernel_1a, ::expand_1a,
...
qualifiers from any uses of dlib::array.
2012-03-10 14:51:55 -05:00
Davis King
138848f92e
Just renamed this file
...
--HG--
rename : dlib/array2d/array2d_kernel_1.h => dlib/array2d/array2d_kernel.h
2012-03-10 14:27:37 -05:00
Davis King
da2ac0c1c5
Renamed the array implementation file to something more appropriate.
...
--HG--
rename : dlib/array/array_kernel_2.h => dlib/array/array_kernel.h
2012-03-10 14:21:47 -05:00
Davis King
cd75bb0b9b
Removed more cruft
2012-03-10 14:20:27 -05:00
Davis King
7e00f43ece
Removed old array multi-implementation files now that it's all merged into
...
the one implementation.
2012-03-10 14:20:04 -05:00
Davis King
fb266adee0
Turned the array into a single implementation object. Now arrays can be
...
created using the normal array<type> obj; syntax. Additionally, all extensions
were put into the array object directly and the implementation is the
flat single array implementation.
2012-03-10 14:18:31 -05:00
Davis King
98d63d4832
Removed the unreasonable requirement that images given to the pyramid
...
down routines be at least 10 pixels on each side.
2012-03-10 13:17:05 -05:00
Davis King
1f4694dcfc
updated docs
2012-03-10 12:58:11 -05:00
Davis King
0989b02e78
clarified spec
2012-03-10 12:48:11 -05:00
Davis King
ef50e2af72
Added pyramid_disable.
2012-03-10 12:41:46 -05:00
Davis King
e3307db475
Added some more convenient overloads of the zeros_matrix(), ones_matrix(),
...
and identity_matrix() functions.
2012-03-10 10:12:49 -05:00
Davis King
17565cfb5f
Added serialization support for the rls, rls_filter, and kalman_filter objects.
2012-03-07 22:38:29 -05:00
Davis King
9802fe64f8
Added the rls_filter object.
2012-03-07 22:25:54 -05:00
Davis King
cea4f73d3c
Improved numeric stability of rls. This change also makes it keep the
...
regularization at a constant level even when exponential forgetting is
used.
2012-03-07 20:22:14 -05:00
Davis King
609e8de73b
updated docs
2012-03-06 21:22:19 -05:00