1. 22 Nov, 2017 6 commits
  2. 21 Nov, 2017 2 commits
  3. 20 Nov, 2017 3 commits
  4. 17 Nov, 2017 2 commits
  5. 16 Nov, 2017 1 commit
  6. 14 Nov, 2017 2 commits
  7. 11 Nov, 2017 3 commits
  8. 10 Nov, 2017 2 commits
  9. 09 Nov, 2017 2 commits
  10. 08 Nov, 2017 2 commits
  11. 07 Nov, 2017 2 commits
  12. 05 Nov, 2017 1 commit
  13. 03 Nov, 2017 2 commits
    • Pavel Rojtberg's avatar
      ovis: add Ogre3D based visualizer module · d0964ab0
      Pavel Rojtberg authored
      d0964ab0
    • sukhad-app's avatar
      Merge pull request #1199 from sukhad-app:face_alignment · bccbec79
      sukhad-app authored
      Face alignment (#1199)
      
      * This commit will add a new functionality of one millisecond face_alignment to OpenCV.
      Face alignment is a computer vision technology for identifying the geometric structure of human faces in digital images.
      Given the location and size of a face, it automatically determines the shape
       of the face components such as eyes and nose.
      Added following functions :
       1) Application to train a face landmark detector.
       2) Application to detect face landmarks using a trained model.
       3) Application to swap faces using face landmark detection
       4) Application to detect landmarks in a video.
      Merged the code with a global facemark API.
      Added Doxygen Documentation for the Class created.
      Added tutorials for the samples added.
      Added visualisations depicting error rate and training time.
      
      Made desired changes
      
      fix
      
      fix
      
      fix
      
      fix
      
      fix
      
      fix
      
      fix
      
      fix
      
      fix
      
      * face: drop duplicated file
      
      -face_alignmentImpl.hpp
      +face_alignmentimpl.hpp
      
      * face: minor refactoring
      
      - replace license headers
      - fix usage of "precomp.hpp"
      bccbec79
  14. 02 Nov, 2017 4 commits
  15. 31 Oct, 2017 5 commits
  16. 30 Oct, 2017 1 commit
    • Alexander Alekhin's avatar
      face: refactoring · e310fc55
      Alexander Alekhin authored
      - change face detector interface
      - avoid using of legacy C-API defines
      - simplify CV_Error()
      - avoid using of legacy license headers
      e310fc55