1 | initial version |
I think it's more a C++ question than a OpenCV one. Have a look on Intel TBB FlowGraph, where you can spwan a graph (image pipeline) with parallel or sequential execution and automatic load balancing.
2 | No.2 Revision |
I think it's more a C++ question than a an OpenCV one. Have a look on Intel TBB FlowGraph, where you can spwan a graph (image pipeline) with parallel or sequential execution and automatic load balancing. balancing.