You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using DLClive to extract center coordinates of points of interest in a video stream.
Now I want to fit an ellipse to these points, and use the ellipse area to return, for example, the average grey value of all pixels covered by that ellipse in the video feed. I was playing a bit with MinEnclosingCircle (which seemed to be closest to what I wanted to achieve), but didn't get far. Any tipps?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using DLClive to extract center coordinates of points of interest in a video stream.
Now I want to fit an ellipse to these points, and use the ellipse area to return, for example, the average grey value of all pixels covered by that ellipse in the video feed. I was playing a bit with
MinEnclosingCircle
(which seemed to be closest to what I wanted to achieve), but didn't get far. Any tipps?Beta Was this translation helpful? Give feedback.
All reactions