Commit Graph

5172 Commits

Author SHA1 Message Date
Davis King
835d3b9be0 fixed incorrect tests 2015-08-15 21:37:19 -04:00
Davis King
cd834b494b Improved grammar in boost compilation message. 2015-08-15 12:13:41 -04:00
Davis King
c78b9fed34 Fixed a bug in parse_xml(). It failed to check if the given input stream was
valid before trying to parse it.
2015-08-15 11:01:47 -04:00
Davis King
ecdfdea677 Fixed build error due to messed up includes. 2015-08-12 20:15:18 -04:00
Davis King
ab4920a4cb added missing #include 2015-08-11 06:51:35 -04:00
Davis King
2820de88b2 Removed unnecessary #included code. 2015-08-11 06:49:14 -04:00
Davis E. King
fdaefe0ab8 Merge pull request #24 from tzutalin/master
Remove redundant include
2015-08-06 06:05:45 -04:00
TzuTa Lin
d2b4abeb94 Remove redundant include 2015-08-06 13:31:53 +08:00
Davis King
e5b691b619 Added sponsorship statement 2015-08-05 20:44:10 -04:00
Davis King
825ae0910e merged 2015-08-05 20:37:45 -04:00
Davis King
f1c734d60f Fixed a bug pointed out by Ernesto Tapia that could cause matrix expressions
that involve sub matrix views (e.g. colm) to produce the wrong results when the
BLAS bindings were enabled.
2015-08-01 12:51:05 -04:00
Davis King
f6ad191c9e Clarified spec 2015-08-01 12:49:03 -04:00
Davis King
0c561f2b89 Switched more URLs to dlib.net rather than sourceforge.net. 2015-07-24 08:15:40 -04:00
Davis King
0358aa8667 merged 2015-07-24 08:04:57 -04:00
Davis E. King
ffb44f83b1 Merge pull request #22 from stefan-it/stefan/sourceforge-mercurial-removal
Removes link to sourceforge mercurial repository
2015-07-24 08:03:32 -04:00
Stefan Schweter
a25966186e Removes link to sourceforge mercurial repository and use the GitHub address instead. 2015-07-24 13:40:25 +02:00
Davis King
985b960927 merged 2015-07-22 14:52:45 -04:00
Davis King
4887e1c487 Added an exception specification saying that transaction's destructor can throw
since C++11 sets all destructors to noexcept unless otherwise specified.
2015-07-22 14:46:26 -04:00
Davis King
1b76017c53 Removed more sourceforge references. 2015-07-18 10:52:21 -04:00
Davis King
98a6553b02 merged 2015-07-18 10:12:34 -04:00
Davis King
d2f8c69907 Removed more links to sourceforge, changed the download link to a much more
obvious button, made links look nicer with some better CSS.
2015-07-18 10:02:41 -04:00
Davis King
7c8b9828a3 Fixed the image_display so that when you try to click on boxes that happen to
have object parts labeled with OBJECT_PART_NOT_PRESENT it doesn't accidentally
move that non-present part rather than what you are clicking on.
2015-07-17 19:41:33 -04:00
Davis King
d37699e64a merged 2015-07-17 08:32:32 -04:00
Davis King
a43d6d452a fixed broken link 2015-07-17 08:15:06 -04:00
Davis King
b3cae88595 Removed sourceforge download link. Now you download from the dlib.net server. 2015-07-17 08:11:52 -04:00
Davis King
cd8e9decbe Made it so you can put other xml tags in a link tag and they will
be evaluated like you would expect.
2015-07-17 08:11:20 -04:00
Davis King
89d6055fed Fixed jet() and heatmap() so they work on empty images. 2015-07-14 08:13:46 -04:00
Davis King
c42fdead69 Made the shape_predictor output a sparse feature vector that encodes
which leafs are used on each tree to make a prediction.
2015-07-13 20:45:56 -04:00
Davis E. King
97dc30bc63 Merge pull request #20 from Abai/master
Replace add_definitions with CMAKE_CXX_FLAGS in cmake file
2015-07-13 19:28:58 -04:00
Aziz Baibabaev
bd664d9aa1 Replace add_definitions with CMAKE_CXX_FLAGS in cmake file
When using add_definitions erroneous flags are passed to dll resource compiler under MinGW. This breaks the build for anything linked to dlib, using a dll rc and MinGW.

The proper way is to append to CMAKE_CXX_FLAGS.

For CMake 2.8.12 and higher the proper way is add_compile_options(-Wreturn-type) OR target_compile_options(dlib PRIVATE -Wreturn-type)
2015-07-13 17:30:14 +02:00
Davis King
95887df088 Gave imglab the ability to jump to a specific image via a keyboard command. 2015-07-12 13:50:40 -04:00
Davis King
a3c98799e7 Added has_input_focus() to the field_field. 2015-07-12 13:48:12 -04:00
Davis King
dbc1ea4ddd Added --rmdupes. 2015-07-05 14:36:39 -04:00
Davis King
11e0382238 Added --rmtrunc, made --rmdiff mark a box as ignored rather than
totally removing it, and also made --stats print the number of non-ignored
boxes.
2015-07-04 20:45:07 -04:00
Davis King
d6cd6a2ade Fixed a bug that crashed imglab when trying to cluster datasets with empty or
really small boxes.
2015-07-04 20:28:52 -04:00
Davis King
2651becf91 fixed bad input validation 2015-07-04 09:41:34 -04:00
Davis King
0b8e2a99af Added the --rotate option to imglab. 2015-07-04 09:37:02 -04:00
Davis King
aa4e230db0 Removed conditional compilation regarding jpeg and png support. It's just
always going to be required for imglab.
2015-07-04 09:15:02 -04:00
Davis King
ad97e1f3c9 merged 2015-07-03 14:31:43 -04:00
Davis King
7aed6b3a84 Added the --cluster option to imglab. 2015-07-03 11:58:59 -04:00
Davis King
16efd4698c Added a version of set_aspect_ratio() that works for drectangle. 2015-07-03 11:54:56 -04:00
Davis King
ad9a9e6efa A minor optimization 2015-07-02 08:27:51 -04:00
Davis King
a8568a351b Added the --tile option to imglab. 2015-07-02 08:24:41 -04:00
Davis King
b52e50a30b Added a .revert() to the locally_change_current_dir object. 2015-07-02 08:20:27 -04:00
Davis King
484448113c updated docs 2015-07-01 17:30:00 -04:00
Davis King
986273f20e Added find_clusters_using_angular_kmeans() 2015-07-01 17:26:05 -04:00
Davis King
7e26d2cfe3 merged 2015-06-25 20:09:13 -04:00
Davis King
2c8b159ece updated docs 2015-06-23 08:28:56 -04:00
Davis King
a2c8aab219 Added bottom_up_cluster() 2015-06-23 08:24:48 -04:00
Davis King
c590ee6710 Turned some DLIB_ASSERT() statements into DLIB_CASSERT() since it gives
better error reporting and is not a speed bottleneck.
2015-06-21 09:12:11 -04:00