Ask Your Question

Revision history [back]

  1. Only some parts of Matcher class are paralleled with TBB. You path true to Stitcher::createDefault() factory, it means that some parts of algorithm will work on GPU. So, in many cases you do not see usage of multiple CPU cores.

  2. OpenCV is open source project and you can contribute your optimizations. The best way for it is pull request via Github.