1. 28 Mar, 2018 1 commit
  2. 13 Feb, 2018 1 commit
  3. 07 Feb, 2018 1 commit
  4. 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
  5. 27 Jan, 2018 1 commit
  6. 25 Jan, 2018 1 commit
  7. 27 Dec, 2017 1 commit
  8. 07 Dec, 2017 1 commit
  9. 06 Dec, 2017 1 commit
  10. 01 Dec, 2017 1 commit
  11. 27 Nov, 2017 1 commit
  12. 09 Nov, 2017 1 commit
  13. 09 Oct, 2017 1 commit
  14. 17 Sep, 2017 1 commit
  15. 10 Sep, 2017 1 commit
  16. 04 Sep, 2017 1 commit
    • Christof Kaufmann's avatar
      Add multi-channel mask support to mean, meanStdDev and setTo · 46a668c5
      Christof Kaufmann authored
      This adds the possibility to use multi-channel masks for the functions
      cv::mean, cv::meanStdDev and the method Mat::setTo. The tests have now a
      probability to use multi-channel masks for operations that support them.
      This also includes Mat::copyTo, which supported multi-channel masks
      before, but there was no test confirming this.
      46a668c5
  17. 23 Aug, 2017 2 commits
  18. 16 Aug, 2017 1 commit
  19. 31 Jul, 2017 1 commit
  20. 25 Jul, 2017 1 commit
  21. 24 Jul, 2017 1 commit
  22. 10 Jul, 2017 1 commit
  23. 26 Jun, 2017 1 commit
  24. 21 Jun, 2017 1 commit
  25. 20 Jun, 2017 1 commit
    • Maksim Shabunin's avatar
      Rewritten some tests in videoio and imgcodecs modules · 87b569d8
      Maksim Shabunin authored
      general:
      - all iterative tests have been replaced with parameterized tests
      - old-style try..catch tests have been modified to use EXPECT_/ASSERT_ gtest macros
      - added temporary files cleanup
      - modified MatComparator error message formatting
      
      imgcodecs:
      - test_grfmt.cpp split to test_jpg.cpp, test_png.cpp, test_tiff.cpp, etc.
      
      videoio:
      - added public HAVE_VIDEO_INPUT, HAVE_VIDEO_OUTPUT definitions to cvconfig.h
      - built-in MotionJPEG codec could not be tested on some platforms (read_write test was disabled if ffmpeg is off, encoding/decoding was handled by ffmpeg otherwise).
      - image-related tests moved to imgcodecs (Videoio_Image)
      - several property get/set tests have been combined into one
      - added MotionJPEG test video to opencv_extra
      87b569d8
  26. 15 Mar, 2017 1 commit
  27. 16 Dec, 2016 1 commit
  28. 15 Dec, 2016 1 commit
  29. 12 Dec, 2016 1 commit
  30. 29 Nov, 2016 1 commit
  31. 28 Nov, 2016 1 commit
  32. 18 Nov, 2016 1 commit
  33. 15 Nov, 2016 1 commit
  34. 08 Nov, 2016 1 commit
    • Pavel Vlasov's avatar
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple… · 349d5ba0
      Pavel Vlasov authored
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address);
      
      Maximum depth limit var was added to the instrumentation structure;
      
      Trace names output console output fix: improper tree formatting could happen;
      Output in case of error was added;
      
      Custom regions improvements;
      
      Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node;
      
      parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
      349d5ba0
  35. 07 Oct, 2016 1 commit
  36. 08 Sep, 2016 1 commit
  37. 17 Aug, 2016 1 commit
  38. 21 May, 2016 1 commit
    • Tomoaki Teshima's avatar
      add feature to convert FP32(float) to FP16(half) · b2ad7cd9
      Tomoaki Teshima authored
        * check compiler support
        * check HW support before executing
        * add test doing round trip conversion from / to FP32
        * treat array correctly if size is not multiple of 4
        * add declaration to prevent warning
        * make it possible to enable fp16 on 32bit ARM
        * let the conversion possible on non-supported HW, too.
        * add test using both HW and SW implementation
      b2ad7cd9
  39. 29 Apr, 2016 1 commit
    • Julien Nabet's avatar
      cppcheck: fix some reports · a29c814b
      Julien Nabet authored
      All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
      [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
      a29c814b