1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Updated OpenVX detector and wrappers to handle Reference attribute names change

This commit is contained in:
Vitaly Tuzov
2017-03-14 15:24:21 +03:00
parent 3e2b05b096
commit 5ebf066dd5
4 changed files with 27 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <VX/vx.h>
int main()
{
return VX_REFERENCE_COUNT == VX_REFERENCE_TYPE ? VX_REFERENCE_NAME : 0;
}