1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +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
+4
View File
@@ -97,6 +97,10 @@
@}
@defgroup core_lowlevel_api Low-level API for external libraries / plugins
@}
@defgroup core_parallel Parallel Processing
@{
@defgroup core_parallel_backend Parallel backends API
@}
@}
*/