Skip to content

Instantly share code, notes, and snippets.

View starkblaze01's full-sized avatar
☯️
Focusing at work in the Pokémon world

Mayank Pathela starkblaze01

☯️
Focusing at work in the Pokémon world
View GitHub Profile
import cv2 # opencv
import numpy as np
font_scale = 1.5
font = cv2.FONT_HERSHEY_PLAIN
# set the rectangle background to white
rectangle_bgr = (255, 255, 255)
# make a black image
img = np.zeros((500, 500))