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
@martinsik
martinsik / circle_detection.py
Last active April 22, 2023 09:50
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