1. 28 Sep, 2018 2 commits
  2. 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
  3. 12 Sep, 2018 1 commit
  4. 10 Sep, 2018 1 commit
  5. 07 Sep, 2018 1 commit
  6. 06 Sep, 2018 1 commit
  7. 31 Aug, 2018 1 commit
  8. 25 Aug, 2018 1 commit
  9. 24 Aug, 2018 2 commits
  10. 19 Jul, 2018 1 commit
  11. 04 Jul, 2018 1 commit
  12. 03 Jul, 2018 1 commit
  13. 30 May, 2018 2 commits
  14. 26 Apr, 2018 1 commit
  15. 19 Apr, 2018 1 commit
  16. 03 Apr, 2018 3 commits
  17. 28 Mar, 2018 1 commit
  18. 25 Mar, 2018 1 commit
    • Andrei Costinescu's avatar
      #include <math.h> in cv2.cpp · 38d73123
      Andrei Costinescu authored
      My build fails with the error:
      "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/cmath:1136:11: error: '::hypot' has not been declared".
      I have tried to fix it by adding "#include <cmath>" before the line "#include <Python.h>" but then the build has failed with the error:
      "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/math.h:91:12:: error: 'std::_hypot' has not been declared".
      Adding "#include <math.h>" allowed me to build opencv.
      Unverified
      38d73123
  19. 13 Feb, 2018 1 commit
  20. 09 Feb, 2018 1 commit
  21. 09 Dec, 2017 1 commit
  22. 23 Oct, 2017 1 commit
  23. 14 Oct, 2017 1 commit
    • Igor Wodiany's avatar
      Move vector_size_t and vector_vector_Mat · e2499e5b
      Igor Wodiany authored
      These two typdefs are not compiled when BUILD_opencv_dnn is set to
      false, however there are other modules that uses these typedef so
      it may cause build errors. Moving typedef to the python module
      ensures they are always defined.
      Unverified
      e2499e5b
  24. 05 Sep, 2017 1 commit
  25. 31 Aug, 2017 1 commit
  26. 30 Jul, 2017 1 commit
  27. 30 May, 2017 1 commit
  28. 27 Apr, 2017 1 commit
  29. 22 Apr, 2017 1 commit
  30. 01 Apr, 2017 1 commit
  31. 31 Mar, 2017 1 commit
  32. 02 Mar, 2017 1 commit
  33. 21 Feb, 2017 2 commits
  34. 22 Jan, 2017 1 commit