Merge pull request #7550 from apavlenko:ivx
authorAndrey Pavlenko <apavlenko@users.noreply.github.com>
Thu, 10 Nov 2016 11:43:08 +0000 (15:43 +0400)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 10 Nov 2016 11:43:08 +0000 (14:43 +0300)
commitbdf661538d201bf6bc1b692c9b1fe196c93f60a3
treee7509eab26f713f42c3cedd260a2de56d7a0cf3b
parent6991c24a27d521907b4c1a75cf92447579eafe90
Merge pull request #7550 from apavlenko:ivx

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
3rdparty/openvx/include/ivx.hpp [new file with mode: 0644]
3rdparty/openvx/include/ivx_lib_debug.hpp [new file with mode: 0644]