Skip to content

Instantly share code, notes, and snippets.

View mhash1m's full-sized avatar
🎯
nailing it

Hashim mhash1m

🎯
nailing it
View GitHub Profile
@mhash1m
mhash1m / GSoC21.md
Created August 22, 2021 12:49
Google Summer of Code Final Work Report
@xcsrz
xcsrz / center_text_on_image.py
Created March 8, 2017 00:17
Center text on an image with Python and OpenCV. Had to come up with it myself as no one was spelling this out anywhere (or google couldn't find it)
#!/usr/bin/env python
import numpy as np
import cv2
from time import sleep
# create blank image - y, x
img = np.zeros((600, 1000, 3), np.uint8)
# setup text