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

Help with multi-point plotting #10

Open
pv33 opened this issue Aug 4, 2023 · 0 comments
Open

Help with multi-point plotting #10

pv33 opened this issue Aug 4, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@pv33
Copy link
Member

pv33 commented Aug 4, 2023

@drjsmith
Turns out I need to plot multiple points on an image in openCV. The obvious answer is to run drawMarker in a for loop, but that seems silly since a Matlab-ization of things would permit passing vectors so that internally vectorization could be used.

Does python / openCV API permit marking multiple points in an image cleanly?
It doesn't even have to a marker but can be a manually placed 2x2 pixel box with a specified RGB color. Anything that lets me see what the outcome of my processing is for debugging purposes. Just want it to be zippy.

Would love to have an answer today. Will do drawMarker loop in absence of something better, but would love the better.

@pv33 pv33 added the question Further information is requested label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants