1. 15 Mar, 2019 1 commit
  2. 12 Mar, 2019 1 commit
  3. 01 Mar, 2019 2 commits
  4. 26 Feb, 2019 1 commit
  5. 08 Feb, 2019 1 commit
  6. 22 Dec, 2018 1 commit
  7. 19 Dec, 2018 2 commits
  8. 18 Dec, 2018 1 commit
  9. 17 Dec, 2018 1 commit
  10. 12 Dec, 2018 1 commit
  11. 24 Nov, 2018 1 commit
    • Alexander Alekhin's avatar
      python: update install paths · ad35b79e
      Alexander Alekhin authored
      - don't require "OPENCV_PYTHON{2,3}_INSTALL_PATH" if OPENCV_SKIP_PYTHON_LOADER=ON
      - avoid unnecessary relative paths in generated config-X.Y.py
      ad35b79e
  12. 17 Nov, 2018 1 commit
  13. 16 Nov, 2018 2 commits
  14. 15 Nov, 2018 1 commit
  15. 10 Nov, 2018 1 commit
    • Jiri Horner's avatar
      Merge pull request #12827 from hrnr:stitching_4 · 1ba7c728
      Jiri Horner authored
      [evolution] Stitching for OpenCV 4.0
      
      * stitching: wrap Stitcher::create for bindings
      
      * provide method for consistent stitcher usage across languages
      
      * samples: add python stitching sample
      
      * port cpp stitching sample to python
      
      * stitching: consolidate Stitcher create methods
      
      * remove Stitcher::createDefault, it returns Stitcher, not Ptr<Stitcher> -> inconsistent API
      * deprecate cv::createStitcher and cv::createStitcherScans in favor of Stitcher::create
      
      * stitching: avoid anonymous enum in Stitcher
      
      * ORIG_RESOL should be double
      * add documentatiton
      
      * stitching: improve documentation in Stitcher
      
      * stitching: expose estimator in Stitcher
      
      * remove ABI hack
      
      * stitching: drop try_use_gpu flag
      
      * OCL will be used automatically through T-API in OCL-enable paths
      * CUDA won't be used unless user sets CUDA-enabled classes manually
      
      * stitching: drop FeaturesFinder
      
      * use Feature2D instead of FeaturesFinder
      * interoperability with features2d module
      * detach from dependency on xfeatures2d
      
      * features2d: fix compute and detect to work with UMat vectors
      
      * correctly pass UMats as UMats to allow OCL paths
      * support vector of UMats as output arg
      
      * stitching: use nearest interpolation for resizing masks
      
      * fix warnings
      1ba7c728
  16. 06 Nov, 2018 1 commit
  17. 30 Oct, 2018 1 commit
  18. 29 Oct, 2018 1 commit
  19. 25 Oct, 2018 1 commit
  20. 10 Oct, 2018 2 commits
  21. 28 Sep, 2018 3 commits
  22. 26 Sep, 2018 1 commit
  23. 21 Sep, 2018 1 commit
    • Hamdi Sahloul's avatar
      Merge pull request #12310 from cv3d:chunks/enum_interface · ef5579dc
      Hamdi Sahloul authored
      * 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
  24. 18 Sep, 2018 1 commit
  25. 17 Sep, 2018 1 commit
  26. 12 Sep, 2018 1 commit
  27. 10 Sep, 2018 1 commit
  28. 08 Sep, 2018 1 commit
  29. 07 Sep, 2018 1 commit
  30. 06 Sep, 2018 1 commit
  31. 01 Sep, 2018 3 commits
  32. 31 Aug, 2018 1 commit