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
circle(image_copy3, (contours2[i][0], contours2[i][1]), 2, Scalar(0, 255, 0), 2)是不是要改成circle(image_copy3, Point(contours2[i][j].x, contours2[i][j].y), 1, Scalar(0, 255, 0), 1);才能达到预期效果
The text was updated successfully, but these errors were encountered:
Can you provide more details, please? Can you provide a picture/screenshot of what you get, a picture/screenshot of what you would expect?
Sorry, something went wrong.
前面是改过后,后面是没有改
No branches or pull requests
circle(image_copy3, (contours2[i][0], contours2[i][1]), 2, Scalar(0, 255, 0), 2)是不是要改成circle(image_copy3, Point(contours2[i][j].x, contours2[i][j].y), 1, Scalar(0, 255, 0), 1);才能达到预期效果
The text was updated successfully, but these errors were encountered: