1. 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
  2. 09 Oct, 2017 1 commit
  3. 17 Sep, 2017 1 commit
  4. 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
  5. 23 Aug, 2017 1 commit
    • Pavel Vlasov's avatar
      ICV2017u3 package update; · a57718e1
      Pavel Vlasov authored
      - Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled.
      - Performance regressions fixes for IPP code paths;
      - cv::boxFilter integration improvement;
      - cv::filter2D integration improvement;
      a57718e1
  6. 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
  7. 18 Nov, 2016 1 commit
  8. 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
  9. 01 Apr, 2016 1 commit
  10. 07 Mar, 2016 1 commit
  11. 07 Dec, 2015 1 commit
  12. 13 Oct, 2015 1 commit
  13. 21 Sep, 2015 1 commit
  14. 21 Jul, 2015 1 commit
  15. 27 Feb, 2015 1 commit
  16. 26 Feb, 2015 1 commit
  17. 12 Jan, 2015 4 commits
  18. 04 Jan, 2015 1 commit
  19. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  20. 09 Jul, 2014 1 commit
  21. 06 Jun, 2014 1 commit
  22. 09 Apr, 2014 1 commit
  23. 08 Apr, 2014 1 commit
  24. 23 Feb, 2014 1 commit
  25. 18 Dec, 2013 1 commit
  26. 15 Oct, 2013 1 commit
  27. 24 Jun, 2013 1 commit
  28. 19 Jun, 2013 1 commit
  29. 18 Jun, 2013 2 commits
  30. 12 May, 2013 1 commit
  31. 16 Apr, 2013 1 commit
  32. 01 Apr, 2013 2 commits
  33. 21 Feb, 2013 1 commit
  34. 28 Jun, 2012 2 commits