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

OpenVX convert enabled

This commit is contained in:
Rostislav Vasilikhin
2016-12-15 17:39:41 +03:00
parent 969c55da58
commit cf5e976fad
+1 -1
View File
@@ -4726,7 +4726,7 @@ cvt_( const T* src, size_t sstep,
DT* dst, size_t dstep, Size size )
{
CV_OVX_RUN(
false,
true,
openvx_cvt(src, sstep, dst, dstep, size)
)