We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can see an example for it in your history: https://github.com/atduskgreg/opencv-processing/pull/76/files#diff-56336d9ad0c552d514d8b315c30fbbb3
Thanks for the info!
The text was updated successfully, but these errors were encountered:
interested in this also! thanks
Sorry, something went wrong.
opencv.findCircles(); The function findCircles doesn't exist. What is the alternative? My current workaround but not finalised yet is as follows:
for (Contour c : opencv.findContours()) { Contour hull = c.getConvexHull(); Rectangle box = hull.getBoundingBox(); rect(box.x, box.y, box.width, box.height); }
No branches or pull requests
I can see an example for it in your history: https://github.com/atduskgreg/opencv-processing/pull/76/files#diff-56336d9ad0c552d514d8b315c30fbbb3
Thanks for the info!
The text was updated successfully, but these errors were encountered: