'How to check if a contourArea() is inside a circle
I'm making something that should be able to do, things if it detects that the area gotten from the contourArea function is inside a circle which i was able to detect using the HoughCircles function so i have a list of circles from the HoughCircles and what i want to do is loop over those circles to check if the output of contourArea is inside any of them i cant seem to figure out how to do the checking part
Thanks in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
