1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

core: parallel backends API

- allow to replace parallel_for() backend
This commit is contained in:
Alexander Alekhin
2021-01-21 11:03:17 +00:00
parent 84676fefe3
commit b73bf03bfc
13 changed files with 528 additions and 31 deletions
+1
View File
@@ -227,6 +227,7 @@ INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED = __cplusplus=1 \
CVAPI(x)=x \
CV_API_CALL= \
CV_DOXYGEN= \
CV_EXPORTS= \
CV_EXPORTS_W= \