opencv/3rdparty/openvx/hal/openvx_hal.cpp

9 lines
143 B
C++
Raw Normal View History

2016-08-25 21:08:35 +08:00
#include "openvx_hal.hpp"
vxContext * vxContext::getContext()
{
// not thread safe
static vxContext instance;
return &instance;
}