1. 25 Sep, 2018 1 commit
    • 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
  2. 24 Sep, 2018 2 commits
  3. 23 Sep, 2018 2 commits
  4. 22 Sep, 2018 2 commits
  5. 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
  6. 19 Sep, 2018 13 commits
  7. 18 Sep, 2018 12 commits
  8. 17 Sep, 2018 6 commits