mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Fix convertFp16 in JavaScript build
This commit is contained in:
parent
23d866ad40
commit
73ca194313
@ -1398,7 +1398,7 @@ cvtScaleHalf_<short, float>( const short* src, size_t sstep, float* dst, size_t
|
||||
|
||||
#define DEF_CVT_SCALE_FP16_FUNC(suffix, stype, dtype) \
|
||||
static void cvtScaleHalf##suffix( const stype* src, size_t sstep, \
|
||||
dtype* dst, size_t dstep, Size size) \
|
||||
dtype* dst, size_t dstep, Size size, void*) \
|
||||
{ \
|
||||
cvtScaleHalf_<stype,dtype>(src, sstep, dst, dstep, size); \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user