1. 13 Apr, 2017 1 commit
  2. 22 Mar, 2017 1 commit
  3. 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
  4. 15 Dec, 2016 1 commit
  5. 14 Dec, 2016 2 commits
  6. 13 Dec, 2016 1 commit
  7. 09 Dec, 2016 2 commits
  8. 06 Dec, 2016 1 commit
    • Rostislav Vasilikhin's avatar
      Merge pull request #7782 from savuor:fix/ivx_types · cb46946d
      Rostislav Vasilikhin authored
      Several fixes for OpenVX wrappers (#7782)
      
      * Several fixes added to ivx.hpp:
      * `#include <VX/vxu.h>`
      * `vx_keypoint_t` support added
      * type check fixed
      * fixed Node::create() for >6 args in c++98
      * fixed Array::copyFrom() if array is empty
      * type check changed; Array::addItem methods changed
      cb46946d
  9. 02 Dec, 2016 1 commit
  10. 30 Nov, 2016 1 commit
  11. 29 Nov, 2016 3 commits
  12. 28 Nov, 2016 1 commit
  13. 24 Nov, 2016 1 commit
  14. 22 Nov, 2016 6 commits
  15. 16 Nov, 2016 1 commit
  16. 10 Nov, 2016 1 commit
    • Andrey Pavlenko's avatar
      Merge pull request #7550 from apavlenko:ivx · bdf66153
      Andrey Pavlenko authored
      C++ wrappers over OpenVX 1.x API (#7550)
      
      * initial commit
      
      * fixing missing swap(refcount) bug
      
      * removing dead code
      
      * fixinf identation
      
      * splitting c++98 and external refcount definitions
      
      * fixing formatToMatType
      
      * using vector instead of initializer_list for consistency with c++98 API
      
      * IVX_HIDE_INFO_WARNINGS
      
      * just in case a compiler doesn't do this
      
      * removing copy functionality from ImagePatch, Image can be used for that
      
      * stricter type checks
      bdf66153