mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +08:00
OpenVX convert enabled
This commit is contained in:
parent
969c55da58
commit
cf5e976fad
@ -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)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user