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
System information (version)
OpenCV 4.5.1, Windows 10 64 bits, Python3.7, Cuda 10.2
Detailed description
I have found that cuda HoughCirclesDetector gives much more circles than CPU HougnCircles with the same parameters.
Also the parameter minDist seems inefficient, larger the minDist is, it still gives the circels between which distance less than minDist.
For pic "eight.tif", it gives incrediable 24 circles , the code as following:
Hello,
System information (version)
OpenCV 4.5.1, Windows 10 64 bits, Python3.7, Cuda 10.2
Detailed description
I have found that cuda HoughCirclesDetector gives much more circles than CPU HougnCircles with the same parameters.
Also the parameter minDist seems inefficient, larger the minDist is, it still gives the circels between which distance less than minDist.
For pic "eight.tif", it gives incrediable 24 circles , the code as following:
Appreciate it.
The text was updated successfully, but these errors were encountered: