ocvu.utils module

ocvu.utils.imshow(window_name, image, border_color=(0, 0, 0))[source]

Improves default OpenCV imshow method by adding the possibility to correctly visualize small images without them being stretched. This is accomplished by adding a border around the image.