Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why Stitcher module don't use TBB (@OpenCV 243+TBB)

I have OpenCV 2.43 compiled with TBB support: image description but when I run simple code

[..]
Stitcher stitcher = Stitcher::createDefault(true);
Stitcher::Status status = stitcher.stitch(imgs, pano);
[..]

for large images, I can see load only one core of 8 (@Core i7). Why?