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:
@@ -0,0 +1,5 @@
|
||||
#include <VX/vx.h>
|
||||
int main()
|
||||
{
|
||||
return VX_REFERENCE_COUNT == VX_REFERENCE_TYPE ? VX_REFERENCE_NAME : 0;
|
||||
}
|
||||
Reference in New Issue
Block a user