Skip to content

Instantly share code, notes, and snippets.

@fasheng010203
fasheng010203 / circle_detection.py
Created November 20, 2019 03:30 — 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