1. 13 7月, 2018 4 次提交
  2. 12 7月, 2018 2 次提交
  3. 11 7月, 2018 2 次提交
  4. 10 7月, 2018 2 次提交
  5. 09 7月, 2018 4 次提交
  6. 08 7月, 2018 1 次提交
  7. 07 7月, 2018 1 次提交
  8. 06 7月, 2018 4 次提交
  9. 05 7月, 2018 5 次提交
  10. 04 7月, 2018 2 次提交
  11. 03 7月, 2018 4 次提交
  12. 02 7月, 2018 1 次提交
  13. 30 6月, 2018 2 次提交
  14. 29 6月, 2018 3 次提交
  15. 28 6月, 2018 1 次提交
  16. 27 6月, 2018 2 次提交
    • V
      Filter homography decomp: updated PR #7153 (#11846) · 75ee536d
      Vadim Pisarevsky 提交于
      * Add functionality to filter homography decompositions
      
      * documentation + small refactor
      
      * fix comparing int to size_t (compiler warning)
      
      * fix whitespace issues
      
      * clarification of function return values in documentation
      
      * refactor of function parameters and change in loop nesting
      
      * cleanup useless .h, fix size_t to int compare, small refactor
      
      * fix documentation and whitespace
      
      * change output from return value to outputarray parameter
      
      * update function docs to reflect changes in parameters
      
      * whitespace
      
      * failing test
      
      * fixed warnings related to extended initialisers and improper types
      
      * initialize vectors from arrays
      
      * initialize vectors from arrays part 2
      
      * fix whitespace
      
      * fix trailing whitespace
      
      * Include <inttypes.h> in test_filter_homography_decomp.cpp, should fix 'uint8_t' : undeclared identifier error
      
      * updated the test (made it shorter and providing better diagnostic) and significantly improved implementation (get rid of heavy repeated and/or unnecessary operations)
      
      * fixed compile warning; removed trailing whitespace
      75ee536d
    • N
      Init qrcode algo (#11829) · 0081dc47
      Nesterov Alexander 提交于
      0081dc47