That’s right. cv::resize()
takes 2ms when the output then is shown using cv::imshow()
. Removing the imshow()
call slows down resize 10 to 20ms.
What could be going on?
That’s right. cv::resize()
takes 2ms when the output then is shown using cv::imshow()
. Removing the imshow()
call slows down resize 10 to 20ms.
What could be going on?