1. 28 Sep, 2018 1 commit
  2. 26 Sep, 2018 4 commits
    • Dmitry Matveev's avatar
      Merge pull request #12608 from dmatveev:gapi · 29e88e50
      Dmitry Matveev authored
      * G-API Initial code upload
      
      * Update G-API code base to Sep-24-2018
      
      * The majority of OpenCV buildbot problems was addressed
      
      * Update G-API code base to 24-Sep-18 EOD
      
      * G-API code base update 25-Sep-2018
      
      * Linux warnings should be resolved
      * Documentation build should become green
      * Number of Windows warnings should be reduced
      
      * Update G-API code base to 25-Sep-18 EOD
      
      * ARMv7 build issue should be resolved
      * ADE is bumped to latest version and should fix Clang builds for macOS/iOS
      * Remaining Windows warnings should be resolved
      * New Linux32 / ARMv7 warnings should be resolved
      
      * G-API code base update 25-Sep-2018-EOD2
      
      * Final Windows warnings should be resolved now
      
      * G-API code base update 26-Sep-2018
      
      * Fixed issues with precompiled headers in module and its tests
      29e88e50
    • Alexander Alekhin's avatar
    • Menghui Xie's avatar
      M_PI changed to CV_PI (#12645) · f0d277e4
      Menghui Xie authored
      * M_PI changed to CV_PI
      
      * M_PI changed to CV_PI
      
      * M_PI changed to CV_PI
      f0d277e4
    • Alexander Alekhin's avatar
      dnn: fix printf format warning · 3eec8fd0
      Alexander Alekhin authored
      3eec8fd0
  3. 25 Sep, 2018 2 commits
    • Alexander Alekhin's avatar
      d8d025c3
    • Alexander Duda's avatar
      Merge pull request #12615 from D-Alex:master · 8811dabb
      Alexander Duda authored
      findChessboardCornersSB: speed improvements (#12615)
      
      * chessboard: fix do not modify const image
      
      * chessboard: speed up scale space using parallel_for
      
      * chessboard: small improvements
      
      * chessboard: speed up board growing using parallel_for
      
      * chessboard: add flags for tuning detection
      
      * chessboard: fix compiler warnings
      
      * chessborad: change flag name to CALIB_CB_EXHAUSTIVE
      
      This also fixes a typo
      
      * chessboard: fix const ref + remove to_string
      8811dabb
  4. 24 Sep, 2018 5 commits
  5. 23 Sep, 2018 2 commits
  6. 22 Sep, 2018 2 commits
  7. 21 Sep, 2018 2 commits
    • 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
    • Hamdi Sahloul's avatar
      Merge pull request #12601 from cv3d:fix/js · 84ae8097
      Hamdi Sahloul authored
      * JS: Support enum types in constructors
      
      * JS: Avoid unary expression on enum-based consts
      84ae8097
  8. 19 Sep, 2018 13 commits
  9. 18 Sep, 2018 9 commits