Replies: 1 comment 2 replies
-
Hi @JodC58972, It looks like we have the circles hardcoded right now but I think we can definitely add an input to turn them on/off. It should be something we could do pretty quickly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am looking to remove the circle from an image similar to this with the code below ,
`
clusters_i, contours, hierarchy = pcv.cluster_contours(img, roi_objects, roi_obj_hierarchy, 1,9, show_grid=True)
`
Beta Was this translation helpful? Give feedback.
All reactions