Skip to content

Instantly share code, notes, and snippets.

View yubrajpokharel's full-sized avatar
🎯
Focusing on something awesome

Yubraj Pokharel yubrajpokharel

🎯
Focusing on something awesome
View GitHub Profile
@yubrajpokharel
yubrajpokharel / circle_detection.py
Created March 11, 2016 09:19 — 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