- 20 May, 2015 3 commits
-
-
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 2 commits
-
-
Davis King authored
-
Davis King authored
rendering problem in perspective_display that appeared when drawing lines on displays that weren't positioned at the upper left corner of the entire window.
-
- 04 Apr, 2015 1 commit
-
-
Davis King authored
used with objects that have non-square bounding boxes. This has been fixed but will cause models that were trained with the previous version of dlib to not work as accurately if they used non-square boxes. So you might have to retrain your models when updating dlib.
-
- 30 Mar, 2015 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
by holding shift and right clicking and dragging.
-
Davis King authored
-
- 29 Mar, 2015 4 commits
-
-
Davis King authored
new example code into face_detector.py and added some comments.
-
Davis King authored
-
Davis King authored
-
https://github.com/jackculpepper/dlibDavis King authored
Merge branch 'py_det_conf_and_idx' of https://github.com/jackculpepper/dlib into jackculpepper-py_det_conf_and_idx
-
- 26 Mar, 2015 2 commits
-
-
Davis King authored
images.
-
Davis King authored
-
- 25 Mar, 2015 1 commit
-
-
Davis King authored
-