Commit cf5e976f authored by Rostislav Vasilikhin's avatar Rostislav Vasilikhin

OpenVX convert enabled

parent 969c55da
...@@ -4726,7 +4726,7 @@ cvt_( const T* src, size_t sstep, ...@@ -4726,7 +4726,7 @@ cvt_( const T* src, size_t sstep,
DT* dst, size_t dstep, Size size ) DT* dst, size_t dstep, Size size )
{ {
CV_OVX_RUN( CV_OVX_RUN(
false, true,
openvx_cvt(src, sstep, dst, dstep, size) openvx_cvt(src, sstep, dst, dstep, size)
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment