1. 27 9月, 2018 2 次提交
    • D
      Merge pull request #12608 from dmatveev:gapi · 29e88e50
      Dmitry Matveev 提交于
      * 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
    • A
  2. 26 9月, 2018 2 次提交
  3. 25 9月, 2018 2 次提交
    • A
      Merge pull request #12599 from mshabunin:printf · d8d025c3
      Alexander Alekhin 提交于
      d8d025c3
    • A
      Merge pull request #12615 from D-Alex:master · 8811dabb
      Alexander Duda 提交于
      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 9月, 2018 6 次提交
  5. 23 9月, 2018 3 次提交
  6. 21 9月, 2018 2 次提交
    • 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
    • H
      Merge pull request #12601 from cv3d:fix/js · 84ae8097
      Hamdi Sahloul 提交于
      * JS: Support enum types in constructors
      
      * JS: Avoid unary expression on enum-based consts
      84ae8097
  7. 20 9月, 2018 3 次提交
  8. 19 9月, 2018 14 次提交
  9. 18 9月, 2018 6 次提交