I have OpenCV 2.43 compiled with TBB support: 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?