How to find pixel's (with coordinates specified) color values?
Hello, everyone!
I need to get color values(HEX) of specific pixels from live video capture. I have used simpleBlobDetector to get coordinates with Python. How can I do it?
Thanks in advance.
Note: I am kinda new to opencv and forum. If I had ask question in not a proper way, please warn.
Do you want to find the pixel value with coordinates by clicking on it?
Not by clicking, coordinates come from blob detector as keypoints for x and y axis.