OpenCV GPU utilization

Does imshow utilize the gpu to render images?

usually not.

if the highgui module was built with OpenGL support, then you can create an imshow window in OpenGL mode. then it’ll do that.