ivapylibs / ivapylibs/trackpointer

Help with multi-point plotting

Open
#10 0 comments 0 reactions 1 assignee Claimed by @drjsmith View on GitHub
question
Dominant language
Python
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

@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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.