Davis King
|
ae73da4438
|
Added the toMat() routine for converting from a dlib style image to an
OpenCV cv::Mat image.
|
2012-04-21 22:42:51 -04:00 |
|
Davis King
|
bcea0df438
|
Updated the cv_image object so it works with cv::Mat as well as IplImage.
|
2012-04-21 22:42:09 -04:00 |
|
Davis King
|
a50472228d
|
Fixed incorrect reference to subversion rather than mercurial.
|
2012-04-14 16:27:51 -04:00 |
|
Davis King
|
4f495f1a16
|
Added comments describing the bridge protocol.
|
2012-04-14 08:47:05 -04:00 |
|
Davis King
|
6182270e77
|
Improved contribution directions.
|
2012-04-13 20:43:40 -04:00 |
|
Davis King
|
fca97a63fd
|
Changed code to avoid some warnings from clang.
|
2012-04-13 19:43:27 -04:00 |
|
Davis King
|
4490220258
|
Added build_clang folders to the ignore list.
|
2012-04-13 19:37:38 -04:00 |
|
Davis King
|
84fad89062
|
updated release notes
|
2012-04-11 19:06:02 -04:00 |
|
Davis King
|
87113b6111
|
merged
|
2012-04-11 19:03:49 -04:00 |
|
Davis King
|
351401982f
|
Created release v17.46
|
2012-04-11 18:52:15 -04:00 |
|
Davis King
|
897282b4bf
|
Added tag v17.46 for changeset cfbd4102b1ee
|
2012-04-11 18:52:15 -04:00 |
|
Davis King
|
08a95a42ed
|
Flipped the order of two commands so that the selected object boxes
are printed immediately.
|
2012-04-04 20:19:55 -04:00 |
|
Davis King
|
5ecc1cb5d5
|
Added another overload of edge() for directed graphs.
|
2012-04-01 20:23:05 -04:00 |
|
Davis King
|
ac8f833153
|
Fixed typo in spec
|
2012-04-01 17:26:02 -04:00 |
|
Davis King
|
6d656c6157
|
Added some unit tests for the oca object.
|
2012-03-30 23:11:26 -04:00 |
|
Davis King
|
fda8545b05
|
Minor change to avoid a warning from gcc.
|
2012-03-30 23:10:40 -04:00 |
|
Davis King
|
891dd2fb13
|
updated docs
|
2012-03-30 21:54:40 -04:00 |
|
Davis King
|
295ae6fcf9
|
Added an optional non-negativity constraint on w to the oca optimizer.
|
2012-03-30 21:48:44 -04:00 |
|
Davis King
|
82e1df7a20
|
updated docs
|
2012-03-29 22:43:08 -04:00 |
|
Davis King
|
75256c1ffe
|
updated docs
|
2012-03-29 22:41:01 -04:00 |
|
Davis King
|
983f2cd36a
|
Added unit tests for the new quadratic program solver.
|
2012-03-29 22:38:53 -04:00 |
|
Davis King
|
c49f7d9989
|
Added another quadratic program solver.
|
2012-03-29 22:23:51 -04:00 |
|
Davis King
|
555d0b1471
|
fixed grammar
|
2012-03-29 22:00:20 -04:00 |
|
Davis King
|
8c1d1b08fa
|
Added lowerbound() and upperbound() routines.
|
2012-03-29 21:13:33 -04:00 |
|
Davis King
|
28215b40de
|
updated docs
|
2012-03-22 20:15:31 -04:00 |
|
Davis King
|
3ef9a48735
|
updated docs
|
2012-03-22 19:47:21 -04:00 |
|
Davis King
|
42d5b96005
|
Made compilation directions simpler
|
2012-03-22 18:53:48 -04:00 |
|
Davis King
|
1d3b429f40
|
improved comments
|
2012-03-22 18:44:47 -04:00 |
|
Davis King
|
ae8e1b5f7d
|
updated docs
|
2012-03-21 21:41:48 -04:00 |
|
Davis King
|
33939c4990
|
fixed comment
|
2012-03-21 21:37:27 -04:00 |
|
Davis King
|
13e9e3ee8a
|
minor cleanup
|
2012-03-21 21:31:56 -04:00 |
|
Davis King
|
cb4a354ea3
|
updated docs
|
2012-03-21 21:28:06 -04:00 |
|
Davis King
|
c42a26be9d
|
updated cmakelists
|
2012-03-21 21:09:01 -04:00 |
|
Davis King
|
2668d1baa2
|
updated due to name change
|
2012-03-21 21:08:33 -04:00 |
|
Davis King
|
f477c84261
|
renamed this file
--HG--
rename : examples/object_detector_ex_2.cpp => examples/train_object_detector.cpp
|
2012-03-21 21:07:51 -04:00 |
|
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 |
|