1 | initial version |
Hi,
Does the timing change if you include
cudaDeviceSynchronize();
after
img1.upload(im_gray);
and after
gpuOrb->detectAndComputeAsync(img1, cv::noArray(), KeyP, descR, false, stream1);
for the version without streams?
2 | No.2 Revision |
Hi,
Does the timing change if you include
cudaDeviceSynchronize();
after
img1.upload(im_gray);
and after
gpuOrb->detectAndComputeAsync(img1, cv::noArray(), KeyP, descR, false, stream1);
for either the version with or without streams?