Questions tagged [circle-detect]

2 questions
0
votes
2 answers

Calculation of the RPM of a fan using webcam in MATLAB

I am doing this calculation by detecting the center of a yellow fan and putting a blue signal on one of its blades. However when I hit run, the subplots of both "for" do not appear in 2 separate figures, the subplots of the first "for" appear and…
0
votes
0 answers

How to detect the inner radius and outer radius of this circle in python?

i want to detect the radius of two circles in mask image, but cv2.HoughCircles can not detect these two circles. what should i do? thanks in advance. here is the code: import cv2 import numpy as np track_win = 'Tracking' def nothing(x): pass …
12343954
  • 2,451
  • 3
  • 18
  • 18