1. 18 1月, 2020 1 次提交
  2. 17 1月, 2020 5 次提交
  3. 16 1月, 2020 3 次提交
  4. 15 1月, 2020 5 次提交
  5. 14 1月, 2020 7 次提交
  6. 13 1月, 2020 4 次提交
    • V
      Merge pull request #15915 from VadimLevin:dev/norm_fix · 31289d2f
      Vadim Levin 提交于
      Fix implicit conversion from array to scalar in python bindings
      
      * Fix wrong conversion behavior for primitive types
      
        - Introduce ArgTypeInfo namedtuple instead of plain tuple.
          If strict conversion parameter for type is set to true, it is
          handled like object argument in PyArg_ParseTupleAndKeywords and
          converted to concrete type with the appropriate pyopencv_to function
          call.
        - Remove deadcode and unused variables.
        - Fix implicit conversion from numpy array with 1 element to scalar
        - Fix narrowing conversion to size_t type.
      
      * Fix wrong conversion behavior for primitive types
      
        - Introduce ArgTypeInfo namedtuple instead of plain tuple.
          If strict conversion parameter for type is set to true, it is
          handled like object argument in PyArg_ParseTupleAndKeywords and
          converted to concrete type with the appropriate pyopencv_to function
          call.
        - Remove deadcode and unused variables.
        - Fix implicit conversion from numpy array with 1 element to scalar
        - Fix narrowing conversion to size_t type.·
        - Enable tests with wrong conversion behavior
        - Restrict passing None as value
        - Restrict bool to integer/floating types conversion
      
      * Add PyIntType support for Python 2
      
      * Remove possible narrowing conversion of size_t
      
      * Bindings conversion update
      
        - Remove unused macro
        - Add better conversion for types to numpy types descriptors
        - Add argument name to fail messages
        - NoneType treated as a valid argument. Better handling will be added
          as a standalone patch
      
      * Add descriptor specialization for size_t
      
      * Add check for signed to unsigned integer conversion safety
      
        - If signed integer is positive it can be safely converted
          to unsigned
        - Add check for plain python 2 objects
        - Add check for numpy scalars
        - Add simple type_traits implementation for better code style
      
      * Resolve type "overflow" false negative in safe casting check
      
       - Move type_traits to separate header
      
      * Add copyright message to type_traits.hpp
      
      * Limit conversion scope for integral numpy types
      
        - Made canBeSafelyCasted specialized only for size_t, so
          type_traits header became unused and was removed.
        - Added clarification about descriptor pointer
      31289d2f
    • D
      Disable some tests for Myriad target of nGraph · 8f1e36f7
      Dmitry Kurtaev 提交于
      Add lightweight IE hardware targets checks
      
      nGraph: Concat with paddings
      
      Enable more nGraph tests
      
      Restore FP32->FP16 for GPU plugin of IE
      
      try to fix buildbot
      
      Use lightweight IE targets check only starts from R4
      8f1e36f7
    • A
    • B
      ml/python: fix digits samples(3.4) · a718f2e6
      berak 提交于
      a718f2e6
  7. 12 1月, 2020 4 次提交
  8. 11 1月, 2020 1 次提交
    • A
      Merge pull request #16236 from alalek:fix_core_simd_emulator · e180cc05
      Alexander Alekhin 提交于
      * core: fix intrin_cpp, allow to build modules with SIMD emulator
      
      * core(arithm): fix v_zero initialization
      
      * core(simd): 'strict' types for binary/bitwise operations
      
      * features2d: avoid aligned load issue in GCC 5.4 with emulated SIMD
      
      * core(simd): alignment checks in SIMD emulator
      e180cc05
  9. 10 1月, 2020 1 次提交
  10. 09 1月, 2020 2 次提交
  11. 08 1月, 2020 1 次提交
  12. 06 1月, 2020 1 次提交
  13. 05 1月, 2020 2 次提交
  14. 04 1月, 2020 1 次提交
  15. 02 1月, 2020 1 次提交
  16. 31 12月, 2019 1 次提交