Commit Graph

5038 Commits

Author SHA1 Message Date
Davis King
459d27df86 Made the faq page not have funny characters in the links 2015-02-18 06:52:04 -05:00
Davis King
5152781818 Refined the definition of the drectangle a little. In particular,
now it behaves more like the rectangle in terms of how it measures
width and height.
2015-02-16 17:16:39 -05:00
Davis King
cd64c51800 Made cmake script work a little better in projects that involve a lot of
subdirectories and create a lot of executables.
2015-02-16 17:14:34 -05:00
Davis King
1f7bec6eb7 Fixed typo in spec 2015-02-15 21:56:44 -05:00
Davis King
aa3dccaa4f Added another test 2015-02-15 21:46:49 -05:00
Davis King
45bf1b95c0 Minor change to avoid triggering an assert. 2015-02-15 08:02:04 -05:00
Davis King
8f5c5a3c0c Refined drectangle a little. 2015-02-14 19:11:09 -05:00
Davis King
53168ba43f Fixed warning in gcc 2015-02-14 18:12:50 -05:00
Davis King
e611d11004 Made the mapping from rectangle -> drectangle -> rectangle invertible. 2015-02-14 18:03:44 -05:00
Davis King
c632db768a merged 2015-02-14 18:02:58 -05:00
Davis King
10d265dbeb Added an overload of configure_loggers_from_file() that can read directly from
a config_reader.
2015-02-14 08:07:32 -05:00
Davis King
89f3e775d8 Added compile time assert checks on the type given to the kernels. 2015-02-14 07:52:53 -05:00
Davis King
baf193a571 Made rectangle implicitly convertible to a chip_details. 2015-02-12 07:30:28 -05:00
Davis King
5f7007cf1e Fixed sub_image() so it works properly with nested sub-images. 2015-02-11 18:42:53 -05:00
Davis King
5fa1392144 updated docs 2015-02-11 18:41:44 -05:00
Davis King
d23084ef76 Added sub_image() and sub_image_proxy. 2015-02-11 18:34:14 -05:00
Davis King
aa936bc6bd updated docs 2015-02-11 08:02:41 -05:00
Davis King
5694fada70 Added spectral_cluster() example 2015-02-11 07:55:42 -05:00
Davis King
f99e940b28 Added spectral_cluster() 2015-02-11 07:50:27 -05:00
Davis King
1f97eedc5b updated docs 2015-02-07 09:36:48 -05:00
Davis King
bfbca4240f Changed the cmake code for finding libjpeg and libpng slightly
to avoid a cmake error on some platforms when one of these libraries
can't be found.
2015-02-07 09:33:19 -05:00
Davis King
2e5d2c46c6 Created release v18.13 2015-02-03 18:55:24 -05:00
Davis King
5241b841f0 Added tag v18.13 for changeset 67c3ad208aae 2015-02-03 18:55:24 -05:00
Davis King
765cc76bb0 updated docs 2015-02-03 18:24:24 -05:00
Davis King
528a12b24e updated docs 2015-02-03 18:21:48 -05:00
Davis King
5d58555010 Included the examples and tools folders in the change log 2015-02-03 18:21:14 -05:00
Davis King
ffd7386d17 Made libjpeg always use C linking so there are not incompatibilities with
other libjpeg header files.
2015-02-03 17:58:22 -05:00
Davis King
2705229379 updated docs 2015-02-03 15:49:49 -05:00
Davis King
27510c8a09 Added comments 2015-02-03 15:33:11 -05:00
Davis King
6fbd1cf071 updated docs 2015-02-03 14:55:53 -05:00
Davis King
80eb9c23ae Fixed compiler warnings 2015-02-03 14:26:16 -05:00
Davis King
35aba916d3 Added an example for the correlation_tracker 2015-02-03 14:01:37 -05:00
Davis King
9b22f916e3 Added another overload of add_overlay(), this one doesn't require a pixel type
and just makes the overlay red.
2015-02-03 14:01:10 -05:00
Davis King
7f2e28c414 Added the correlation_tracker. 2015-02-03 13:38:35 -05:00
Davis King
6adfdac903 Added shrink_rect() and grow_rect() for drectangle objects. 2015-02-02 21:24:01 -05:00
Davis King
43e29a0760 cleaned up code 2015-02-01 20:12:20 -05:00
Davis King
fe7ea32a61 Added Gaussian windowing to max_point_interpolated(). 2015-02-01 19:59:19 -05:00
Davis King
fa148f3274 updated docs 2015-01-31 15:17:03 -05:00
Davis King
9a685defa4 Disabled all bindings to FFTW because FFTW isn't threadsafe. 2015-01-31 15:02:22 -05:00
Davis King
ccb1c95f4a Made dlib's built in fft faster by tweaking a few things and adding a twiddle
cache.
2015-01-31 14:35:30 -05:00
Davis King
eab9604d73 Made bind() and get_column() correctly handle large unsigned 32bit integer
values.
2015-01-31 12:02:32 -05:00
Davis King
cd9c5709d4 Added an implicit conversion to unsigned long for extracting the checksum
of crc32 objects.
2015-01-31 11:25:16 -05:00
Davis King
ff451abbdf Hard coded the crc table into the crc32 object so it doesn't need to
spend time in its constructor computing it.
2015-01-31 11:20:58 -05:00
Davis King
2f60267e6e Added batch ingest functions for std::vector<char> 2015-01-31 10:16:27 -05:00
Davis King
2d94fc9533 Added FAQs about using Visual Studio properly. 2015-01-31 09:54:56 -05:00
Davis King
4d223d4d54 Made example's CMakeLists.txt file a little more tutorial like. 2015-01-31 09:43:57 -05:00
Davis King
6fbd0dacc9 updated docs 2015-01-29 21:13:30 -05:00
Davis King
de37509455 added a SQLite example program 2015-01-29 20:53:01 -05:00
Davis King
11983d7291 merged 2015-01-29 20:42:05 -05:00
Davis King
e5dec25dfb Fixed missing const on statement::bind() 2015-01-29 17:54:57 -05:00