Skip to content
New issue

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

Contour-Detection-using-OpenCV/cpp/contour_approximations/contour_approx.cpp 65行代码是不是写错了 #891

Open
hkdddld opened this issue Feb 23, 2024 · 2 comments

Comments

@hkdddld
Copy link

hkdddld commented Feb 23, 2024

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);才能达到预期效果

@brmarkus
Copy link

Can you provide more details, please?
Can you provide a picture/screenshot of what you get, a picture/screenshot of what you would expect?

@hkdddld
Copy link
Author

hkdddld commented Feb 24, 2024

屏幕截图 2024-02-24 155659
前面是改过后,后面是没有改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants