1. 16 Sep, 2017 1 commit
  2. 28 Aug, 2017 1 commit
  3. 25 Aug, 2017 1 commit
  4. 19 Aug, 2017 2 commits
  5. 18 Jun, 2017 1 commit
  6. 01 Mar, 2017 1 commit
  7. 28 Feb, 2017 1 commit
  8. 13 Feb, 2017 1 commit
  9. 25 Jan, 2017 1 commit
  10. 12 Nov, 2016 1 commit
  11. 14 Aug, 2016 1 commit
  12. 29 Jun, 2016 1 commit
    • Davis King's avatar
      Moved the auxiliary cmake into a common folder. · 4de8678b
      Davis King authored
      --HG--
      rename : dlib/add_global_compiler_switch.cmake => dlib/cmake_utils/add_global_compiler_switch.cmake
      rename : dlib/add_python_module => dlib/cmake_utils/add_python_module
      rename : dlib/cmake_find_blas.txt => dlib/cmake_utils/cmake_find_blas.txt
      rename : dlib/dlib.pc.in => dlib/cmake_utils/dlib.pc.in
      rename : dlib/dlibConfig.cmake.in => dlib/cmake_utils/dlibConfig.cmake.in
      rename : dlib/release_build_by_default => dlib/cmake_utils/release_build_by_default
      rename : dlib/tell_visual_studio_to_use_static_runtime.cmake => dlib/cmake_utils/tell_visual_studio_to_use_static_runtime.cmake
      rename : dlib/dnn/test_for_cpp11/CMakeLists.txt => dlib/cmake_utils/test_for_cpp11/CMakeLists.txt
      rename : dlib/dnn/test_for_cpp11/cpp11_test.cpp => dlib/cmake_utils/test_for_cpp11/cpp11_test.cpp
      rename : dlib/dnn/test_for_cuda/CMakeLists.txt => dlib/cmake_utils/test_for_cuda/CMakeLists.txt
      rename : dlib/dnn/test_for_cuda/cuda_test.cu => dlib/cmake_utils/test_for_cuda/cuda_test.cu
      rename : dlib/dnn/test_for_cudnn/CMakeLists.txt => dlib/cmake_utils/test_for_cudnn/CMakeLists.txt
      rename : dlib/dnn/test_for_cudnn/find_cudnn.txt => dlib/cmake_utils/test_for_cudnn/find_cudnn.txt
      rename : dlib/use_cpp_11.cmake => dlib/cmake_utils/use_cpp_11.cmake
      4de8678b
  13. 23 Jun, 2016 1 commit
    • nxwhite-str's avatar
      Add detection threshold adjustment to object detection python interface (#140) · b53e9cf0
      nxwhite-str authored
      * Add cmake option to use external libjpeg on Mac OS
      
      * Add adjust_threshold to python object detector
      
      * Add cmake option to use external libjpeg on Mac OS
      
      * Add adjust_threshold to python object detector
      
      * Revert "Add cmake option to use external libjpeg on Mac OS"
      
      This reverts commit 01f7fd13ea3f2b519312900333f9b68847fd1633.
      
      * Update detector example to set adjust_threshold
      b53e9cf0
  14. 30 Mar, 2016 1 commit
  15. 03 Feb, 2016 5 commits
  16. 29 Sep, 2015 1 commit
  17. 21 Aug, 2015 2 commits
  18. 20 Aug, 2015 5 commits
  19. 13 Aug, 2015 1 commit
  20. 19 Jun, 2015 1 commit
  21. 26 May, 2015 1 commit
  22. 20 May, 2015 5 commits
    • Patrick Snape's avatar
      Add overlay overload for drectangle · 23343f3d
      Patrick Snape authored
      This is useful for visualizing the tracking results.
      23343f3d
    • Patrick Snape's avatar
      Update docs on corr tracker, return side lobe · 60475dda
      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.
      60475dda
    • Patrick Snape's avatar
      Add an API for the correlation tracker · e3c3d39a
      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).
      e3c3d39a
    • Patrick Snape's avatar
      Preparing for correlation tracker - add drectangle · c4cf31a7
      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.
      c4cf31a7
    • Patrick Snape's avatar
      Incorrect IFDEF name for shape predictor · 8568c262
      Patrick Snape authored
      The word detector didn't make much sense!
      8568c262
  23. 29 Mar, 2015 1 commit
  24. 26 Mar, 2015 1 commit
  25. 23 Mar, 2015 1 commit
  26. 12 Mar, 2015 1 commit