1. 25 Oct, 2018 1 commit
  2. 10 Oct, 2018 1 commit
  3. 01 Oct, 2018 1 commit
  4. 24 Sep, 2018 2 commits
  5. 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
  6. 20 Sep, 2018 1 commit
  7. 13 Sep, 2018 1 commit
  8. 10 Sep, 2018 1 commit
  9. 31 Jul, 2018 1 commit
  10. 04 Jul, 2018 1 commit
  11. 28 Mar, 2018 1 commit
  12. 26 Mar, 2018 1 commit
  13. 12 Feb, 2018 1 commit
  14. 13 Dec, 2017 1 commit
  15. 11 Dec, 2017 1 commit
  16. 19 Aug, 2017 1 commit
  17. 30 Jun, 2017 1 commit
  18. 26 May, 2017 1 commit
  19. 19 Aug, 2016 1 commit
  20. 09 Jul, 2016 1 commit
  21. 26 Nov, 2015 1 commit
  22. 20 Oct, 2015 1 commit
  23. 28 May, 2015 1 commit
  24. 26 May, 2015 1 commit
  25. 10 May, 2015 1 commit
  26. 06 May, 2015 1 commit
  27. 29 Apr, 2015 1 commit
  28. 21 Apr, 2015 1 commit
  29. 29 Jan, 2015 1 commit
  30. 29 Oct, 2014 1 commit
  31. 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
  32. 05 Aug, 2014 1 commit
  33. 08 May, 2014 1 commit
  34. 09 Apr, 2014 1 commit
  35. 19 Mar, 2014 1 commit
  36. 03 Feb, 2014 4 commits