Skip to content

Instantly share code, notes, and snippets.

View Lait-au-Cafe's full-sized avatar
📄
Hard to die, Harder to live.

lait-au-cafe Lait-au-Cafe

📄
Hard to die, Harder to live.
View GitHub Profile
@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