Skip to content

Instantly share code, notes, and snippets.

@maliksyria
maliksyria / opencv_imshow_fullscreen.py
Created May 21, 2019 18:00 — forked from ronekko/opencv_imshow_fullscreen.py
Python example to show an image in full screen by opencv
# -*- coding: utf-8 -*-
"""
Created on Thu Jun 22 16:44:27 2017
@author: sakurai
"""
import numpy as np
import cv2
@maliksyria
maliksyria / opencv_imshow_fullscreen.py
Created May 21, 2019 18:00 — forked from ronekko/opencv_imshow_fullscreen.py
Python example to show an image in full screen by opencv
# -*- coding: utf-8 -*-
"""
Created on Thu Jun 22 16:44:27 2017
@author: sakurai
"""
import numpy as np
import cv2