1. 22 Dec, 2016 4 commits
  2. 21 Dec, 2016 1 commit
    • Vitaly Tuzov's avatar
      Merge pull request #7802 from terfendail:ovxhal_wrappers_migration · be7d060e
      Vitaly Tuzov authored
      * OpenVX HAL updated to use generic OpenVX wrappers
      
      * vxErr class from OpenVX HAL replaced with ivx::WrapperError
      
      * reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image
      
      * vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release
      
      * Fix OpenVX HAL build
      
      * Fix for review comments
      be7d060e
  3. 19 Dec, 2016 18 commits
  4. 18 Dec, 2016 1 commit
    • Sergiu Deitsch's avatar
      cmake: support OPTIONAL_COMPONENTS in OpenCVConfig.cmake · d71ec0cd
      Sergiu Deitsch authored
      find_package allows to specify optional components. This way, the
      command will not fail if any of the components marked as optional was
      not found. This is useful in cases where components such as xfeatures2d,
      viz etc. are not available either because they were not compiled by the
      user or package maintainers decided to not provide the packages at all.
      
      The user can check the availability of the optional component using the
      OpenCV_<component>_FOUND variable.
      d71ec0cd
  5. 17 Dec, 2016 4 commits
  6. 16 Dec, 2016 12 commits