1. 24 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. 19 Sep, 2018 2 commits
  4. 13 Sep, 2018 2 commits
  5. 12 Sep, 2018 2 commits
  6. 11 Sep, 2018 2 commits
  7. 10 Sep, 2018 2 commits
    • Vadim Pisarevsky's avatar
      added basic support for CV_16F (the new datatype etc.) (#12463) · 6d7f5871
      Vadim Pisarevsky authored
      * added basic support for CV_16F (the new datatype etc.). CV_USRTYPE1 is now equal to CV_16F, which may break some [rarely used] functionality. We'll see
      
      * fixed just introduced bug in norm; reverted errorneous changes in Torch importer (need to find a better solution)
      
      * addressed some issues found during the PR review
      
      * restored the patch to fix some perf test failures
      6d7f5871
    • Alexander Alekhin's avatar
      drop legacy headers · 9097ccf5
      Alexander Alekhin authored
      9097ccf5
  8. 09 Sep, 2018 1 commit
  9. 08 Sep, 2018 1 commit
  10. 07 Sep, 2018 2 commits
    • cyy's avatar
      Merge pull request #12458 from DEEPIR:3.4 · 286c2c23
      cyy authored
      * may be an typo fix
      
      * remove identical branch,may be paste error
      
      * add parentheses around macro parameter
      
      * simplify if condition
      
      * check malloc fail
      
      * change the condition of branch removed by commit 3041502861318c85d901e8c08226ff67898c77ed
      286c2c23
    • Hamdi Sahloul's avatar
      Utilize CV_UNUSED macro · a39e0daa
      Hamdi Sahloul authored
      a39e0daa
  11. 06 Sep, 2018 4 commits
    • Vadim Pisarevsky's avatar
      Merge pull request #12411 from vpisarev:wide_convert · 80b62a41
      Vadim Pisarevsky authored
      * rewrote Mat::convertTo() and convertScaleAbs() to wide universal intrinsics; added always-available and SIMD-optimized FP16<=>FP32 conversion
      
      * fixed compile warnings
      
      * fix some more compile errors
      
      * slightly relaxed accuracy threshold for int->float conversion (since we now do it using single-precision arithmetics, not double-precision)
      
      * fixed compile errors on iOS, Android and in the baseline C++ version (intrin_cpp.hpp)
      
      * trying to fix ARM-neon builds
      
      * trying to fix ARM-neon builds
      
      * trying to fix ARM-neon builds
      
      * trying to fix ARM-neon builds
      80b62a41
    • Vadim Pisarevsky's avatar
      Merge pull request #12437 from vpisarev:avx2_fixes · 54279523
      Vadim Pisarevsky authored
      * trying to fix the custom AVX2 builder test failures (false alarms)
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
      54279523
    • Alexander Alekhin's avatar
      8a3c394d
    • Alexander Alekhin's avatar
      core: remove constructors from C API structures · ad146e5a
      Alexander Alekhin authored
      POD structures can't have constructors.
      ad146e5a
  12. 04 Sep, 2018 1 commit
  13. 03 Sep, 2018 1 commit
  14. 02 Sep, 2018 1 commit
  15. 31 Aug, 2018 1 commit
  16. 30 Aug, 2018 2 commits
  17. 27 Aug, 2018 3 commits
  18. 24 Aug, 2018 2 commits
  19. 22 Aug, 2018 1 commit
  20. 20 Aug, 2018 1 commit
    • Alexander Alekhin's avatar
      core(intrin): restrict FP16 operations · 67d46dfc
      Alexander Alekhin authored
      Intrinsics must be effective, so don't declare FP16 type/operations if there is no native support.
      
      - CV_FP16: supports load/store into/from float32
      - CV_SIMD_FP16: declares FP16 types and native FP16 operations
      67d46dfc
  21. 17 Aug, 2018 1 commit
  22. 15 Aug, 2018 1 commit
  23. 14 Aug, 2018 2 commits
  24. 07 Aug, 2018 2 commits