mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #8838 from tomoaki0705:dispatchFp16
This commit is contained in:
@@ -137,7 +137,6 @@ typedef void (*BinaryFuncC)(const uchar* src1, size_t step1,
|
||||
uchar* dst, size_t step, int width, int height,
|
||||
void*);
|
||||
|
||||
BinaryFunc getConvertFuncFp16(int ddepth);
|
||||
BinaryFunc getConvertFunc(int sdepth, int ddepth);
|
||||
BinaryFunc getCopyMaskFunc(size_t esz);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user