Skip to content

cv2 paint #3

Open
Open
@ddgetget

Description

@ddgetget

I find in your test.py for rectangle.
if you switch

plt.imshow(img)
cv2.rectangle(......)

to

cv2.rectangle(......)
plt.imshow(img)

you will use once in your code in line 210~243

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions