"vscode:/vscode.git/clone" did not exist on "30f2e9bd202c89bb3862c8ada470d0d1ac8ee0e5"
  1. 27 Feb, 2017 1 commit
  2. 13 Feb, 2017 1 commit
  3. 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
  4. 03 Feb, 2016 1 commit
  5. 29 Sep, 2015 1 commit
  6. 20 May, 2015 2 commits
    • 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
  7. 07 Mar, 2015 1 commit
  8. 11 Dec, 2014 2 commits
    • Patrick Snape's avatar
      Properly handle turning the GUI off · 5b485a62
      Patrick Snape authored
      5b485a62
    • Patrick Snape's avatar
      Refactor the GUI code out · e801bd6a
      Patrick Snape authored
      I also cleaned up a bunch of code. I'm not sure why the
      simple_object_detector was keeping track of the upsample amount,
      since it can't even be passed as an argument to the constructor.
      Therefore, I removed the simple_object_detector_py and the second
      declaration of the hog object detector. I also changed the
      view code to optionally take keyword args of color and added
      a single view of a rectangle.
      
      Finally, I added viewing of the shape parts.
      e801bd6a
  9. 10 Dec, 2014 2 commits
  10. 06 Dec, 2014 1 commit
  11. 26 Nov, 2014 1 commit
  12. 27 Jun, 2013 1 commit
  13. 30 May, 2013 1 commit
  14. 26 May, 2013 1 commit
  15. 21 May, 2013 1 commit
  16. 28 Apr, 2013 1 commit
  17. 27 Apr, 2013 5 commits
  18. 09 Feb, 2014 1 commit