IO ModuleΒΆ

imgviz.io.imread

Read image from file.

imgviz.io.imsave

Save image to file.

imgviz.io.cv_imshow

Show image with OpenCV.

imgviz.io.cv_waitkey

Wait key for the OpenCV window.

imgviz.io.pyplot_to_numpy

Convert pyplot state to numpy array.

imgviz.io.pyglet_imshow

Show image with pyglet.

imgviz.io.pyglet_run

Start pyglet mainloop.