1. 30 Jun, 2017 1 commit
  2. 28 Jun, 2017 1 commit
    • Tong Ke's avatar
      Merge pull request #8585 from tonyke1993:ap3p · 8088d678
      Tong Ke authored
      Enable p3p and ap3p in solvePnPRansac (#8585)
      
      * add paper info
      
      * allow p3p and ap3p being RANSAC kernel
      
      * keep previous code
      
      * apply catrees comment
      
      * fix getMat
      
      * add comment
      
      * add solvep3p test
      
      * test return value
      
      * fix warnings
      8088d678
  3. 07 Apr, 2017 1 commit
    • Tong Ke's avatar
      Merge pull request #8301 from tonyke1993:p3p_alg · 0a63ab36
      Tong Ke authored
      New p3p algorithm (accepted by CVPR 2017) (#8301)
      
      * add p3p source code
      
      * indent 4
      
      * update publication info
      
      * fix filename
      
      * interface done
      
      * plug in done, test needed
      
      * debugging
      
      * for test
      
      * a working version
      
      * clean p3p code
      
      * test
      
      * test
      
      * fix warning, blank line
      
      * apply patch from @catree
      
      * add reference info
      
      * namespace, indent 4
      
      * static solveQuartic
      
      * put small functions to anonymous namespace
      0a63ab36