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 |
Davis King
|
c4eaf67c65
|
updated docs
|
2015-01-29 17:52:58 -05:00 |
Davis King
|
9ed05fa730
|
Made the timestamper use timeGetTime() instead of GetTickCount() on windows
since timeGetTime() is more accurate.
|
2015-01-29 17:51:18 -05:00 |
Davis King
|
08711f9b91
|
Added a shutdown() method to iosockstream.
|
2015-01-28 20:18:13 -05:00 |
Davis King
|
4b11f1ce57
|
fixed spelling error in spec
|
2015-01-28 20:17:03 -05:00 |
Davis King
|
183dc4bc1d
|
Made logger constructor take a std::string instead of char*
|
2015-01-28 14:43:29 -05:00 |
Davis King
|
4b2894378e
|
Fixed spelling error in comment
|
2015-01-28 14:40:00 -05:00 |
Davis King
|
a9c5c98d56
|
Added sqlite example. Needs comments
|
2015-01-27 23:40:53 -05:00 |
Davis King
|
7204ce1a5d
|
Added templated versions of get_column() and bind() that inter what
type to get/bind based on the type of variable passed in.
|
2015-01-26 21:14:49 -05:00 |
Davis King
|
0c23aae446
|
clarified spec
|
2015-01-26 18:02:24 -05:00 |
Davis King
|
ac52d37541
|
Fixed spelling error
|
2015-01-26 17:59:35 -05:00 |
Davis King
|
7596c094a6
|
fixed spelling error in comment
|
2015-01-26 17:58:35 -05:00 |
Davis King
|
6d08a413a7
|
updated docs
|
2015-01-26 17:57:10 -05:00 |
Davis King
|
e0f7b41a94
|
Added the drectangle object and switched a few interpolation related APIs over
to use it.
|
2015-01-26 17:51:59 -05:00 |
Davis King
|
e485838b55
|
Made the timing print() display which timing block number
is being printed in addition to the text name.
|
2015-01-26 07:30:18 -05:00 |
Davis King
|
4a08c318ec
|
Made max_point_interpolated() do interpolation for row and column
vectors and also generally cleaned up the code a bit.
|
2015-01-21 17:43:25 -05:00 |
Davis King
|
d884d8e7d0
|
merge
|
2015-01-20 22:46:47 -05:00 |
Davis King
|
f63a2cb518
|
fixed typo in spec
|
2015-01-20 22:46:18 -05:00 |
Davis King
|
9712692898
|
merged
|
2015-01-20 22:43:42 -05:00 |
Davis King
|
3835361067
|
updated docs
|
2015-01-20 22:43:08 -05:00 |
Davis King
|
7e8d893e39
|
Added max_point_interpolated()
|
2015-01-20 22:42:38 -05:00 |
Davis King
|
9ab8b8b052
|
minor change to avoid compiler warnings
|
2015-01-19 21:21:37 -05:00 |
Davis King
|
92c9c71776
|
Added another folder to the openblas search path
|
2015-01-15 21:28:14 -05:00 |
Davis King
|
7f600c4081
|
merged
|
2015-01-14 20:40:14 -05:00 |
Davis King
|
47ed6f2263
|
Fixed a bug in find_similarity_transform(). When given just two points as
inputs it would sometimes produce a reflection rather than a similarity
transform.
|
2015-01-14 20:39:05 -05:00 |
Davis King
|
5a2cfe7e81
|
Added a test for compute_lda_transform()
|
2015-01-10 12:15:19 -05:00 |
Davis King
|
298d3a4a56
|
Fixed compute_lda_transform() so it works properly when the class covariance
matrices are singular even after performing PCA.
|
2015-01-10 11:53:29 -05:00 |
Davis King
|
c24c11f662
|
Added another reference on homography estimation
|
2015-01-06 17:54:27 -05:00 |
Davis King
|
ceec456678
|
Added some checks that the user produces PSI vectors that are the proper
dimension.
|
2015-01-05 20:11:14 -05:00 |