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
Davis King
afa4fe0c23
Fixed some grammar and added a note about the bias term.
2015-01-05 17:39:37 -05:00
Davis King
a7e55c79e8
Added the option to force the last weight to 1 to the assignment learning
...
tools.
2015-01-05 08:20:27 -05:00
Davis King
097354f7ed
Fixed assign_border_pixels(img, rect) so that it correctly zeros
...
an image when an empty rectangle is supplied. Previously, it just
did nothing to the image in this case.
2015-01-04 09:11:34 -05:00
Davis King
7f7a93a21d
A minor change to allow a wider variety of output image types to be used. In
...
particular, this change allows complex valued images to be the output of
extract_image_chips().
2015-01-03 23:39:38 -05:00
Davis King
5b1fc42a82
updated docs
2015-01-03 23:35:52 -05:00
Davis King
5b5393f6ac
clarified example
2015-01-03 23:33:46 -05:00
Davis King
c335bf6756
Fixed the python doc string so that it's correct relative to the python
...
API. Also made find_candidate_object_locations() correctly include any
input boxes in the call to the C++ version of the function.
2015-01-03 23:26:28 -05:00
Davis King
ab424628dc
Made this file executable
2015-01-03 23:26:02 -05:00
Vinh Khuc
173bb97f33
Explained the difference between pykvals in the Python API and kvals in C++ code
2015-01-03 15:03:05 -05:00
Vinh Khuc
067e36b505
Added a Python example for find_candidate_object_locations
2015-01-03 14:45:46 -05:00
Vinh Khuc
bf06ce7185
Added Python-binding for find_candidate_object_locations
2015-01-03 01:11:52 -05:00
Davis King
132b1abd1f
Made cmake not use the installed libjpeg on apple systems because it's broken
...
on some newer OS X installs.
2015-01-01 19:08:06 -05:00
Davis King
01f030dda1
Made cmake check that libpng and libjpeg actually contain the link symbols they
...
are supposed to since, on some systems, these libraries aren't installed
correctly and will cause linker errors if used.
2014-12-29 19:50:05 -05:00
Davis King
fa60632d28
Fixed a bug in extract_image_chips() and get_mapping_to_chip() that caused
...
incorrect outputs when the requested chip stretched the image unevenly
vertically or horizontally. This is because we used the best similarity
transform rather than affine transform between the image and the output chip.
2014-12-29 17:55:40 -05:00
Davis King
201c1601c8
Added image_traits specializations for const types because it makes
...
certain compiler errors you get when accidentally trying to mutate
a const image a little easier to understand.
2014-12-29 17:26:14 -05:00
Davis King
7cc653deda
Added a link to dlib on github
2014-12-28 07:45:43 -05:00
Davis King
44e3d6b817
cleaned up cmake file a little
2014-12-28 07:31:28 -05:00
Davis King
a093553e1d
updated docs
2014-12-27 18:15:18 -05:00
Davis King
ef06f0e8d5
Fixed grammar
2014-12-27 18:15:07 -05:00
Davis King
ad6c87b054
Merge github.com:davisking/dlib
2014-12-27 15:32:29 -05:00
Davis King
1ab3482597
Clarified a few comments and simplified the serialization code a bit.
...
Also just cleaned up a few minor details.
2014-12-27 15:30:56 -05:00
Davis King
773fe59a34
Fixed grammar
2014-12-27 15:05:25 -05:00