- 31 May, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
and try to link against that one rather than whatever might be installed system wide.
-
- 30 May, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 28 May, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 27 May, 2015 1 commit
-
-
Davis King authored
-
- 26 May, 2015 3 commits
-
-
Davis King authored
installed already.
-
Davis King authored
-
Davis King authored
some OS X machines when load_libsvm_formatted_data() was called.
-
- 22 May, 2015 1 commit
-
-
Davis E. King authored
Add a Python interface for the Correlation Tracker
-
- 20 May, 2015 6 commits
-
-
Patrick Snape authored
This replicates the c++ example.
-
Patrick Snape authored
This is useful for visualizing the tracking results.
-
Patrick Snape authored
Added the missing documentation for the correlation tracker. Didn't realise that the tracker returned the side lobe ratio, so fixed the API to return it properly.
-
Patrick Snape authored
This aids an API for the correlation based tracker that Davis recently added to Dlib. I've made sure to allow overrides for passing normal rectangles rather than drectangles (which isn't currently supported in the Dlib C++ API). This is mostly because I imagine people might initialize the tracking using something like a bounding box from a detector (e.g. load_frontal_face_detector).
-
Patrick Snape authored
The correlation tracker deals with the drectangle (double rectangle) class which currently isn't wrapped. Therefore, I add the drectangle class and refactor rectangles into their own file. I also added a load of methods on rectangle that might be useful such as intersection/contains/area etc.
-
Patrick Snape authored
The word detector didn't make much sense!
-
- 06 May, 2015 3 commits
-
-
Davis King authored
learning tools.
-
Davis King authored
-
Davis King authored
structural SVM solver.
-
- 05 May, 2015 1 commit
-
-
Davis King authored
-
- 04 May, 2015 1 commit
-
-
Davis King authored
-
- 01 May, 2015 1 commit
-
-
Davis King authored
-
- 30 Apr, 2015 3 commits
-
-
Davis King authored
a symmetric matrix was used along with the LAPACK bindings.
-
Davis King authored
-
Davis King authored
-
- 29 Apr, 2015 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 22 Apr, 2015 2 commits
-
-
Davis King authored
whenever you release the mouse button or add more points.
-
Davis King authored
-
- 20 Apr, 2015 1 commit
-
-
Davis King authored
-
- 13 Apr, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 10 Apr, 2015 1 commit
-
-
Davis E. King authored
Fix dlib tests for c++11
-
- 09 Apr, 2015 1 commit
-
-
Aziz Baibabaev authored
c++11 std::mutex clashes with dlib::mutex when: using namespace std; using namespace dlib;
-
- 08 Apr, 2015 1 commit
-
-
Davis King authored
macros compile when invoked outside dlib namespace.
-
- 07 Apr, 2015 1 commit
-
-
Davis King authored
has a timeout parameter, so the connect() call should use that rather than adding another.
-
- 06 Apr, 2015 1 commit
-
-
Suresh Namla authored
-
- 05 Apr, 2015 1 commit
-
-
Davis King authored
-