1. 31 Aug, 2018 1 commit
    • Jakub Golinowski's avatar
      Merge pull request #11897 from Jakub-Golinowski:hpx_backend · 9f1218b0
      Jakub Golinowski authored
      * Add HPX backend for OpenCV implementation
      Adds hpx backend for cv::parallel_for_() calls respecting the nstripes chunking parameter. C++ code for the backend is added to modules/core/parallel.cpp. Also, the necessary changes to cmake files are introduced.
      Backend can operate in 2 versions (selectable by cmake build option WITH_HPX_STARTSTOP): hpx (runtime always on) and hpx_startstop (start and stop the backend for each cv::parallel_for_() call)
      
      * WIP: Conditionally include hpx_main.hpp to tests in core module
      Header hpx_main.hpp is included to both core/perf/perf_main.cpp and core/test/test_main.cpp.
      The changes to cmake files for linking hpx library to above mentioned test executalbles are proposed but have issues.
      
      * Add coditional iclusion of hpx_main.hpp to cpp cpu modules
      
      * Remove start/stop version of hpx backend
      9f1218b0
  2. 30 Aug, 2018 1 commit
  3. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  4. 17 May, 2018 1 commit
  5. 23 Apr, 2018 1 commit
  6. 13 Apr, 2018 1 commit
  7. 10 Apr, 2018 1 commit
  8. 15 Feb, 2018 1 commit
  9. 07 Feb, 2018 1 commit
    • luz.paz's avatar
      Some mist. typo fixes · 413fba14
      luz.paz authored
      Found via `codespell -i 3 -w --skip="./3rdparty" -I ../opencv-whitelist.txt`
      413fba14
  10. 02 Feb, 2018 1 commit
  11. 27 Jan, 2018 1 commit
  12. 05 Jan, 2018 1 commit
  13. 13 Dec, 2017 1 commit
  14. 07 Nov, 2017 2 commits
  15. 04 Nov, 2017 1 commit
  16. 18 Sep, 2017 1 commit
  17. 24 Aug, 2017 1 commit
  18. 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
  19. 19 Aug, 2017 1 commit
  20. 14 Aug, 2017 1 commit
  21. 06 Jul, 2017 1 commit
    • Patrik Huber's avatar
      Added detection of MSVC1911 · 600b7a30
      Patrik Huber authored
      This is VS2017 Preview. It makes sure the version is detected properly and the INSTALL target then correctly installs to x64/vc15 (the same as MSVC1910).
      600b7a30
  22. 26 Jun, 2017 1 commit
  23. 21 Jun, 2017 1 commit
  24. 20 Jun, 2017 3 commits
    • 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
    • Alexander Alekhin's avatar
      build: added VERSIONINFO resource · db35e13b
      Alexander Alekhin authored
      db35e13b
    • Maksim Shabunin's avatar
      Initial version of MediaSDK integration: · c06f3d63
      Maksim Shabunin authored
      - cmake dependencies search (WITH_MFX option)
      - raw H264, H265, MPEG2 encoding and decoding
      - tests for supported formats
      c06f3d63
  25. 26 Apr, 2017 1 commit
    • Alexander Alekhin's avatar
      android: build fixes · 133b91a0
      Alexander Alekhin authored
      - eliminate CMake 3.5+ warnings
      - removed usage of dropped "OPENCV_CAMERA_MODULES" variable
      - partial support for Android NDK 11+
      133b91a0
  26. 25 Apr, 2017 1 commit
  27. 20 Apr, 2017 1 commit
  28. 04 Apr, 2017 1 commit
  29. 13 Feb, 2017 1 commit
  30. 22 Dec, 2016 1 commit
  31. 18 Dec, 2016 1 commit
    • Sergiu Deitsch's avatar
      cmake: support OPTIONAL_COMPONENTS in OpenCVConfig.cmake · d71ec0cd
      Sergiu Deitsch authored
      find_package allows to specify optional components. This way, the
      command will not fail if any of the components marked as optional was
      not found. This is useful in cases where components such as xfeatures2d,
      viz etc. are not available either because they were not compiled by the
      user or package maintainers decided to not provide the packages at all.
      
      The user can check the availability of the optional component using the
      OpenCV_<component>_FOUND variable.
      d71ec0cd
  32. 06 Dec, 2016 1 commit
  33. 01 Dec, 2016 1 commit
  34. 27 Nov, 2016 1 commit
  35. 04 Oct, 2016 1 commit
  36. 16 Sep, 2016 1 commit
  37. 09 Sep, 2016 1 commit