mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
fix warning of build
This commit is contained in:
parent
d0a8390963
commit
87d0c91dcf
@ -135,7 +135,7 @@ typedef void (*BinaryFuncC)(const uchar* src1, size_t step1,
|
|||||||
uchar* dst, size_t step, int width, int height,
|
uchar* dst, size_t step, int width, int height,
|
||||||
void*);
|
void*);
|
||||||
|
|
||||||
BinaryFunc getConvertFuncFp16(int ddepth, bool useHW);
|
BinaryFunc getConvertFuncFp16(int ddepth);
|
||||||
BinaryFunc getConvertFunc(int sdepth, int ddepth);
|
BinaryFunc getConvertFunc(int sdepth, int ddepth);
|
||||||
BinaryFunc getCopyMaskFunc(size_t esz);
|
BinaryFunc getCopyMaskFunc(size_t esz);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user