Davis King
|
3a4f1c0e4d
|
Further simplified these examples.
|
2012-01-21 16:52:54 -05:00 |
|
Davis King
|
7b5cedcd7b
|
Added another add_overlay() overload.
|
2012-01-21 16:52:41 -05:00 |
|
Davis King
|
55c1d6cdef
|
Simplified these examples slightly.
|
2012-01-21 16:43:08 -05:00 |
|
Davis King
|
cb578ea22f
|
Simplified the add_overlay() interface for image_window.
|
2012-01-21 16:42:47 -05:00 |
|
Davis King
|
c509592599
|
fixed docs
|
2012-01-21 15:58:48 -05:00 |
|
Davis King
|
a605f66ec2
|
updated release notes
|
2012-01-21 15:51:54 -05:00 |
|
Davis King
|
4eccb98b43
|
updated docs
|
2012-01-21 15:44:45 -05:00 |
|
Davis King
|
744b8011ff
|
fixed #include
|
2012-01-21 15:41:28 -05:00 |
|
Davis King
|
c20afac0de
|
Moved the TIME_THIS docs into a more appropriate place.
|
2012-01-21 15:37:04 -05:00 |
|
Davis King
|
0b9785555c
|
Added a tool for timing blocks of code
|
2012-01-21 15:33:36 -05:00 |
|
Davis King
|
cd9cab01f0
|
Minor change to avoid a bug in clang 2.9
|
2012-01-21 14:18:33 -05:00 |
|
Davis King
|
718069820b
|
A few more minor changes to avoid problems with GCC 4.2.1
|
2012-01-21 13:57:25 -05:00 |
|
Davis King
|
b59b84195b
|
Minor changes to avoid bugs in GCC 4.1.2 on Debian Etch
|
2012-01-21 12:49:10 -05:00 |
|
Davis King
|
365f3eed6a
|
updated release notes
|
2012-01-21 11:55:55 -05:00 |
|
Davis King
|
df415d7e1d
|
I changed the sequence labeling stuff to allow a user defined
sequence type. So these changes are basically just renaming some
template arguments and minor changes to some typedefs.
|
2012-01-21 11:51:22 -05:00 |
|
Davis King
|
1111383627
|
Added a unit test for fine_hog_image.
|
2012-01-21 10:52:58 -05:00 |
|
Davis King
|
060f6c91b4
|
updated docs
|
2012-01-21 10:49:12 -05:00 |
|
Davis King
|
da9de3d862
|
Added fine_hog_image object
|
2012-01-21 10:35:35 -05:00 |
|
Davis King
|
124e206285
|
Cleaned up the interface for normalization.
|
2012-01-21 09:42:13 -05:00 |
|
Davis King
|
1dffd4cdf9
|
Changed poly_image to allow the user to decide if intensity normalization
should be used.
|
2012-01-21 09:29:47 -05:00 |
|
Davis King
|
9207d11e4b
|
Clarified spec
|
2012-01-21 08:58:13 -05:00 |
|
Davis King
|
4d2f3da64b
|
updated release notes
|
2012-01-21 08:53:32 -05:00 |
|
Davis King
|
5f9b317fd7
|
Changed release scripts so they will include the tools folder in the dlib
release archive.
|
2012-01-21 08:38:45 -05:00 |
|
Davis King
|
8390ca9259
|
Clarified spec
|
2012-01-18 20:46:26 -05:00 |
|
Davis King
|
bc11e39772
|
Just cleaned up the code a little to make it easier to follow.
|
2012-01-14 17:00:35 -05:00 |
|
Davis King
|
c56f3465f1
|
Added missing default argument value
|
2012-01-08 00:14:35 -05:00 |
|
Davis King
|
4891faec42
|
Made the object_detector's interface a little more flexible.
|
2012-01-08 00:12:30 -05:00 |
|
Davis King
|
0433da5780
|
Added some member functions to allow the user to set the minimum size
of an image pyramid layer.
|
2012-01-07 13:16:55 -05:00 |
|
Davis King
|
68d4dd7546
|
Fixed an array indexing bug.
|
2012-01-07 13:14:49 -05:00 |
|
Davis King
|
6e06db71d1
|
Changed example so the cross validation comes out right.
|
2012-01-07 13:11:02 -05:00 |
|
Davis King
|
7fd3da34c0
|
Added some code to help detect and debug improperly coded feature extractors.
|
2012-01-02 22:12:32 -05:00 |
|
Davis King
|
0b2bfdde1f
|
Made this code a little more robust.
|
2012-01-02 21:57:03 -05:00 |
|
Davis King
|
125a572cbf
|
Improved how matching rectangles are found. Now get_best_matching_rect()
will use the same matching measure as the rest of the code.
|
2012-01-02 10:24:58 -05:00 |
|
Davis King
|
ce7628434b
|
updated docs
|
2012-01-02 08:55:52 -05:00 |
|
Davis King
|
e86be040cd
|
Added a verbose version of setup_grid_detection_templates()
|
2012-01-02 08:52:56 -05:00 |
|
Davis King
|
ffd3401b44
|
setup_hashed_features() wasn't copying the configuration of the
feature extractor into the scanner. Fixed this problem.
|
2012-01-01 21:13:15 -05:00 |
|
Davis King
|
f0e099b301
|
fixed broken link
|
2012-01-01 18:23:56 -05:00 |
|
Davis King
|
9c12b8488f
|
updated docs
|
2012-01-01 18:22:16 -05:00 |
|
Davis King
|
4d1ac3a890
|
Clarified spec
|
2012-01-01 18:22:10 -05:00 |
|
Davis King
|
c99f508582
|
Fixed grammar
|
2012-01-01 18:14:10 -05:00 |
|
Davis King
|
0b3a62074d
|
updated docs
|
2012-01-01 18:11:20 -05:00 |
|
Davis King
|
444f42ebcf
|
Clarified a comment.
|
2012-01-01 17:55:56 -05:00 |
|
Davis King
|
90bc0180c0
|
clarified spec
|
2012-01-01 17:46:26 -05:00 |
|
Davis King
|
007161f09d
|
Added a static const long copy of downsample so you can obtain its value
given only a poly_image type.
|
2012-01-01 17:17:11 -05:00 |
|
Davis King
|
8a2ff553f0
|
Added more unit tests
|
2012-01-01 17:12:38 -05:00 |
|
Davis King
|
9d97186d61
|
fixed linker error
|
2012-01-01 17:12:24 -05:00 |
|
Davis King
|
f85cd73ed2
|
minor cleanup
|
2012-01-01 16:28:53 -05:00 |
|
Davis King
|
226f5af1e2
|
Added the poly_image local feature extractor.
|
2012-01-01 16:09:31 -05:00 |
|
Davis King
|
2b4e363fd0
|
Added the nearest_neighbor_feature_image object.
|
2012-01-01 14:15:38 -05:00 |
|
Davis King
|
f03906fae9
|
Fixed formatting
|
2012-01-01 14:15:14 -05:00 |
|