Davis King
|
c5ff6a7461
|
Improved speed of reshape_to_column_vector()
|
2014-03-17 18:00:44 -04:00 |
|
Davis King
|
48e025879c
|
Created release v18.7
|
2014-03-09 13:38:44 -04:00 |
|
Davis King
|
d512f5705a
|
Added tag v18.7 for changeset 5a3fb1f81041
|
2014-03-09 13:38:44 -04:00 |
|
Davis King
|
64a0d7a77d
|
changed python example so that running it without commands doesn't trigger a testing
failure in the makedocs script
|
2014-03-09 13:37:30 -04:00 |
|
Davis King
|
312157ab18
|
Added epsilon to the python object detection training API.
|
2014-03-09 12:10:15 -04:00 |
|
Davis King
|
4b6087f748
|
fixed typo
|
2014-03-08 21:28:01 -05:00 |
|
Davis King
|
ad9b2c327c
|
updated ignore file
|
2014-03-08 21:41:59 -05:00 |
|
Davis King
|
d33b4bc354
|
A minor change to avoid a warning from visual studio.
|
2014-03-08 21:41:21 -05:00 |
|
Davis King
|
fba8384454
|
Renamed a variable to avoid a name clash with a #define in Cygwin
|
2014-03-08 21:41:04 -05:00 |
|
Davis King
|
97c55972d7
|
Updated cmake file so the compiled python API file has the correct extension.
|
2014-03-08 21:40:20 -05:00 |
|
Davis King
|
27b479d79f
|
updated docs
|
2014-03-08 15:16:22 -05:00 |
|
Davis King
|
882b84c7b6
|
fixed typo in spec
|
2014-03-08 14:58:57 -05:00 |
|
Davis King
|
8e1e548a70
|
Updated this example to use the scan_fhog_pyramid version of the object
detector since it is much more user friendly.
|
2014-03-08 13:12:48 -05:00 |
|
Davis King
|
e79a764834
|
removed cruft
|
2014-03-08 12:14:24 -05:00 |
|
Davis King
|
b48db9de66
|
grammar
|
2014-03-08 11:32:12 -05:00 |
|
Davis King
|
c839966b23
|
Minor changes to avoid compiler warnings.
|
2013-04-22 08:44:22 -04:00 |
|
Davis King
|
f12921390a
|
A minor change to avoid compiler warnings.
|
2013-04-22 08:23:24 -04:00 |
|
Davis King
|
c756dfc7bd
|
Changed code slightly so that calling identity_matrix<double>(a_matrix) results
in a compile time error rather than a confusing runtime error.
|
2014-03-07 20:23:40 -05:00 |
|
Davis King
|
3495a79ee3
|
merged
|
2014-03-07 19:45:59 -05:00 |
|
Davis King
|
5000b9f0ac
|
Added more comments about how to pack multiple detectors into a single
object_detector.
|
2014-03-07 19:45:18 -05:00 |
|
Davis King
|
1e0e433f11
|
updated docs
|
2014-03-06 22:17:22 -05:00 |
|
Davis King
|
b0795c962f
|
Gave scan_fhog_pyramid an optional template argument that lets you
define a custom version of HOG feature extraction.
|
2014-03-06 22:14:44 -05:00 |
|
Davis King
|
882e5ec19a
|
clarified spec
|
2014-03-06 22:11:56 -05:00 |
|
Davis King
|
4029092cdf
|
Slightly tweaked some parameters to avoid accidentally triggering the "PSI
isn't being computed correctly" debugging check inside the structural SVM
solver.
|
2014-03-05 21:29:02 -05:00 |
|
Davis King
|
fd6735d768
|
Added more pyramid point transform unit tests
|
2014-03-03 22:36:26 -05:00 |
|
Davis King
|
f4ed54c938
|
Made mat() correctly convert std::vector<bool> objects to matrices.
Previously, the elements of the vector were returned by reference which is
problematic for std::vector<bool>
|
2014-03-03 18:43:33 -05:00 |
|
Davis King
|
a82199ae06
|
Clarified spec
|
2014-03-03 18:29:00 -05:00 |
|
Davis King
|
d4fcaba87a
|
Fixed incorrect comment.
|
2014-03-02 11:59:31 -05:00 |
|
Davis King
|
2369ae1e57
|
Made the python object detection tools process color images
in color instead of always converting to grayscale.
|
2014-03-02 11:19:06 -05:00 |
|
Davis King
|
849f3eb16e
|
added to ignore list
|
2014-03-02 11:18:23 -05:00 |
|
Davis King
|
a612c0317d
|
Improved error message.
|
2014-03-02 11:08:20 -05:00 |
|
Davis King
|
bf336f2faf
|
updated docs
|
2014-03-02 09:57:17 -05:00 |
|
Davis King
|
75fbc56c92
|
Fixed name conflicts that prevented the python bindings from compiling in visual sudio 2013.
|
2014-03-01 21:42:01 -05:00 |
|
Davis King
|
badd34efb5
|
Made the add_python_module cmake file look in more folders for boost when compiled
on windows.
|
2014-03-01 21:39:10 -05:00 |
|
Davis King
|
f5a717a5fa
|
Fixed warning on visual studio.
|
2014-03-01 21:38:47 -05:00 |
|
Davis King
|
7f3550d983
|
Made labeled_detection serializable.
|
2014-02-26 21:05:39 -05:00 |
|
Davis King
|
b294f4d4c7
|
Lowered default stopping epsilon
|
2014-02-24 18:18:34 -05:00 |
|
Davis King
|
11ae48d0df
|
fixed grammar
|
2014-02-23 18:16:15 -05:00 |
|
Davis King
|
6d286b6aad
|
Made madedocs add links between python example programs.
|
2014-02-23 18:06:19 -05:00 |
|
Davis King
|
c3a224454a
|
updated docs
|
2014-02-23 18:06:02 -05:00 |
|
Davis King
|
e47aae47fc
|
Fixed missing comma in python example program lists
|
2014-02-23 18:05:46 -05:00 |
|
Davis King
|
f72305b2d9
|
Added python object detection examples
|
2014-02-23 16:56:14 -05:00 |
|
Davis King
|
4a9be7bba5
|
improved python docs
|
2014-02-23 16:18:04 -05:00 |
|
Davis King
|
2293c91e00
|
Cleaned up the new python object detection interface a little.
|
2014-02-23 16:02:52 -05:00 |
|
Davis King
|
8f6b76e7ca
|
Gave the image_window the ability to display fhog object detectors.
|
2014-02-23 15:24:22 -05:00 |
|
Davis King
|
ddc44067b4
|
Added a simple python interface for training fhog object detectors.
|
2014-02-23 14:39:59 -05:00 |
|
Davis King
|
15207aad71
|
Added another python utility. This one deserializes objects.
|
2014-02-23 14:25:43 -05:00 |
|
Davis King
|
7edb820b37
|
Made wrap_string() a little simpler to use.
|
2014-02-23 12:24:54 -05:00 |
|
Davis King
|
1c598a6267
|
Clarified spec
|
2014-02-23 10:21:53 -05:00 |
|
Davis King
|
29658c4c76
|
Minor CLI cleanup
|
2014-02-22 22:03:49 -05:00 |
|