1. 09 11月, 2018 1 次提交
  2. 06 11月, 2018 1 次提交
  3. 02 11月, 2018 1 次提交
    • V
      completely new C++ persistence implementation (#13011) · 0f622206
      Vadim Pisarevsky 提交于
      * integrated the new C++ persistence; removed old persistence; most of OpenCV compiles fine! the tests have not been run yet
      
      * fixed multiple bugs in the new C++ persistence
      
      * fixed raw size of the parsed empty sequences
      
      * [temporarily] excluded obsolete applications traincascade and createsamples from build
      
      * fixed several compiler warnings and multiple test failures
      
      * undo changes in cocoa window rendering (that was fixed in another PR)
      
      * fixed more compile warnings and the remaining test failures (hopefully)
      
      * trying to fix the last little warning
      0f622206
  4. 29 10月, 2018 1 次提交
  5. 25 10月, 2018 2 次提交
  6. 24 10月, 2018 2 次提交
  7. 21 10月, 2018 1 次提交
  8. 16 10月, 2018 1 次提交
  9. 14 10月, 2018 1 次提交
  10. 11 10月, 2018 1 次提交
  11. 10 10月, 2018 1 次提交
  12. 02 10月, 2018 1 次提交
  13. 28 9月, 2018 1 次提交
  14. 24 9月, 2018 2 次提交
  15. 21 9月, 2018 1 次提交
    • H
      Merge pull request #12310 from cv3d:chunks/enum_interface · ef5579dc
      Hamdi Sahloul 提交于
      * Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio
      
      * Macros for enum-arguments backwards compatibility
      
      * Convert struct Param to enum struct
      
      * Enabled ParamType.type for enum types
      
      * Enabled `cv.read` and `cv.write` for enum types
      
      * Rename unnamed enum to AAKAZE.DescriptorType
      
      * Rename unnamed enum to AccessFlag
      
      * Rename unnamed enum to AgastFeatureDetector.DetectorType
      
      * Convert struct DrawMatchesFlags to enum struct
      
      * Rename unnamed enum to FastFeatureDetector.DetectorType
      
      * Rename unnamed enum to Formatter.FormatType
      
      * Rename unnamed enum to HOGDescriptor.HistogramNormType
      
      * Rename unnamed enum to DescriptorMatcher.MatcherType
      
      * Rename unnamed enum to KAZE.DiffusivityType
      
      * Rename unnamed enum to ORB.ScoreType
      
      * Rename unnamed enum to UMatData.MemoryFlag
      
      * Rename unnamed enum to _InputArray.KindFlag
      
      * Rename unnamed enum to _OutputArray.DepthMask
      
      * Convert normType enums to static const NormTypes
      
      * Avoid conflicts with ElemType
      
      * Rename unnamed enum to DescriptorStorageFormat
      ef5579dc
  16. 20 9月, 2018 1 次提交
  17. 14 9月, 2018 1 次提交
  18. 12 9月, 2018 1 次提交
  19. 11 9月, 2018 1 次提交
  20. 10 9月, 2018 1 次提交
  21. 06 9月, 2018 2 次提交
  22. 31 8月, 2018 1 次提交
    • J
      Merge pull request #11897 from Jakub-Golinowski:hpx_backend · 9f1218b0
      Jakub Golinowski 提交于
      * 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
  23. 17 8月, 2018 1 次提交
  24. 06 8月, 2018 1 次提交
  25. 01 8月, 2018 1 次提交
  26. 31 7月, 2018 1 次提交
  27. 24 7月, 2018 1 次提交
  28. 17 7月, 2018 1 次提交
  29. 16 7月, 2018 1 次提交
  30. 15 7月, 2018 1 次提交
  31. 13 7月, 2018 1 次提交
  32. 07 7月, 2018 1 次提交
  33. 05 7月, 2018 1 次提交
  34. 27 6月, 2018 1 次提交
  35. 31 5月, 2018 1 次提交
  36. 10 4月, 2018 1 次提交