- 25 Mar, 2013 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
objects.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 24 Mar, 2013 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
object from the structural_object_detection_trainer to the structural_svm_object_detection_problem. This allows us to use image scanners which require an image be loaded before get_best_matching_rect() can be called. I also made it so that the scanner loading (and therefore feature extraction) is threaded. Previously, it only used a single core.
-
Davis King authored
test_box_overlap object. However, one place in the code assumed the test_box_overlap object was used and so this feature has actually been broken for some time. Moreover, it's probably just confusing and excessively complex to have this level of user modifiability so I removed the option and hard coded everything to use the test_box_overlap object. This makes the code significantly clearer.
-
Davis King authored
-
- 22 Mar, 2013 1 commit
-
-
Davis King authored
-
- 20 Mar, 2013 1 commit
-
-
Davis King authored
-
- 19 Mar, 2013 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 18 Mar, 2013 12 commits
-
-
Davis King authored
methods to not print updates after the first print.
-
Davis King authored
-
Davis King authored
print the final newline if any of the verbose messages printed.
-
Davis King authored
a bool indicating if it actually printed anything.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
to the compilation process but makes these convenient constants always available.
-
Davis King authored
-
Davis King authored
-
Davis King authored
been broken for a while and I doubt anyone ever used it (this also simplifies it's interface). Note that this change, along with the previous change by Steven breaks backwards compatibility with the previous serialization format for running_stats object.
-
Steve Taylor authored
running_stats object in statistics.h by including two functions that compute the unbiased empirical skewness and kurtosis of a set of real numbers. Added unit tests for these functions in statistics.cpp.
-
- 16 Mar, 2013 1 commit
-
-
Davis King authored
-
- 15 Mar, 2013 9 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
and related tools.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
with larger vectors and high bit sizes than the current LSH tool. These are the new hash_similar_angles_xxx objects.
-
- 14 Mar, 2013 2 commits
-
-
Davis King authored
-
Davis King authored
-