Skip to content

Instantly share code, notes, and snippets.

View grymyk's full-sized avatar
💭
Hello everyone :)

Mykola Grytsai grymyk

💭
Hello everyone :)
View GitHub Profile
@grymyk
grymyk / circle_detection.py
Created May 24, 2018 14:27 — forked from martinsik/circle_detection.py
Circle detection with OpenCV 3.0
import cv2
import time
import math
import numpy as np
capture = cv2.VideoCapture(0)
print capture.get(cv2.CAP_PROP_FPS)
t = 100
w = 640.0