Skip to content

Instantly share code, notes, and snippets.

@heliy
heliy / opencvlogo.py
Created May 6, 2015 02:12
Exercises --------- -# Try to create the logo of OpenCV using drawing functions available in OpenCV.
import numpy as np
import cv2 #3.0.0-dev
import math
r1 = 70
r2 = 30
ang = 60
d = 170