1. 07 Aug, 2018 1 commit
  2. 24 Jul, 2018 1 commit
  3. 12 Jun, 2018 1 commit
  4. 15 May, 2018 1 commit
  5. 04 Apr, 2018 1 commit
  6. 22 Mar, 2018 1 commit
  7. 17 Feb, 2018 1 commit
    • Patrik Huber's avatar
      Merge pull request #10589 from patrikhuber:patch-1 · 7be0c785
      Patrik Huber authored
      * Make <array> #ifdef true for MSVC
      
      I think MSVC had `std::array` for quite a while (possibly going back as far as VS 2012, but it's definitely there in 2015 and 2017. So I think `_MSC_VER` `1900` is a safe bet. Probably `1800` and maybe even `1700` could work as well but I can't test that locally.
      
      * fix test
      7be0c785
  8. 12 Feb, 2018 1 commit
    • yuki takehara's avatar
      Add new Mat constructor (#10808) · 379ea15d
      yuki takehara authored
      * Add new Mat constructor
      
      * Fix build error
      
      * Fix build error
      
      * Fixed the code about 4 comments
      
      * Fixed three comments
      
      * delete previous local declaration
      
      * fix build error
      379ea15d
  9. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  10. 12 Dec, 2017 1 commit
    • Alexander Alekhin's avatar
      core(test): refactor PCA test · d48d2d7f
      Alexander Alekhin authored
      - CV_L2 -> relative NORM_L2
      - eigenEps: 1e-6 ==> 1e-4
      - evalEps: 1e-6 ==> 1e-5
      - evecEps: 1e-3 ==> 5e-3
      - RNG seed: 12345
      - drop non-informative legacy test code (ts->printf, etc)
      d48d2d7f
  11. 11 Oct, 2017 1 commit
  12. 10 Oct, 2017 1 commit
    • tz70s's avatar
      fix#9570: implement mat ptr for generic types · 6c1247b3
      tz70s authored
      The original template based mat ptr for indexing is not implemented,
      add the similar implementation as uchar type, but cast to
      user-defined type from the uchar pointer.
      6c1247b3
  13. 07 Sep, 2017 1 commit
  14. 01 Sep, 2017 1 commit
  15. 14 Jul, 2017 1 commit
    • Vladislav Sovrasov's avatar
      Merge pull request #9034 from sovrasov:mats_from_initializer_list · e5fbb4f5
      Vladislav Sovrasov authored
      Add constructors taking initializer_list for some of OpenCV data types (#9034)
      
      * Add a constructor taking initializer_list for Matx
      
      * Add a constructor taking initializer list for Mat and Mat_
      
      * Add one more method to initialize Mat to the corresponding tutorial
      
      * Add a note how to initialize Matx
      
      * CV_CXX_11->CV_CXX11
      e5fbb4f5
  16. 03 Jul, 2017 1 commit
  17. 23 May, 2017 1 commit
  18. 19 Apr, 2017 1 commit
  19. 24 Mar, 2017 1 commit
  20. 15 Dec, 2016 1 commit
    • Addison Elliott's avatar
      Added N-dim submat selection with vectors · eb04b2bf
      Addison Elliott authored
      Currently, to select a submatrix of a N-dimensional matrix, it requires
      two lines of code while only one line of code is required if using a 2D
      array.
      
      I added functionality to be able to select an N-dim submatrix using a
      vector list instead of a Range pointer. This allows initializer lists to
      be used for a one-line selection.
      eb04b2bf
  21. 07 Sep, 2016 2 commits
  22. 03 Sep, 2016 1 commit
  23. 19 Jul, 2016 2 commits
  24. 15 Jul, 2016 1 commit
  25. 14 Jul, 2016 1 commit
  26. 08 Jul, 2016 1 commit
  27. 26 Jan, 2016 1 commit
  28. 21 Aug, 2015 1 commit
  29. 08 Jul, 2015 1 commit
  30. 02 Jul, 2015 1 commit
  31. 01 Jul, 2015 1 commit
  32. 30 Jun, 2015 1 commit
    • Youssef Kashef's avatar
      add unit test around Mat::push_back() · 790ef21a
      Youssef Kashef authored
      add template specialization Mat::push_back() for MatExpr paramters
      
      extend push_back MatExpr to mat in unit test
      
      cast to object instead of reference
      
      test with multi-row MatExpr input
      790ef21a
  33. 16 Jun, 2015 1 commit
  34. 14 May, 2015 1 commit
  35. 02 May, 2015 2 commits
  36. 01 May, 2015 1 commit
  37. 29 Apr, 2015 1 commit