mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
moving hal to a separate folder
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
#include "openvx_hal.hpp"
|
||||
|
||||
vxContext * vxContext::getContext()
|
||||
{
|
||||
// not thread safe
|
||||
static vxContext instance;
|
||||
return &instance;
|
||||
}
|
||||
Reference in New Issue
Block a user