OpenCV
Iterate on a picture and get the rgb value of each pixel
Python
programming
delcencen
December 4, 2022, 3:29pm
2
i find it:
color = cap[y,x]
b,g,r = color[0],color[1],color[2]
show post in topic
Related topics
Topic
Replies
Views
Activity
I was trying to read red pixel values of an part of the image using opencv
Python
imgproc
,
core
2
322
July 14, 2021
Accessing pixel values in an image
C++
mat
,
core
1
1403
January 21, 2021
Newbie cv2 4.1.1 Python - how to get Scalar color?
Python
1
1012
June 11, 2021
How can I check if a specific color is in a photo?
Python
5
1535
September 20, 2022
Detecting color where the mouse cursor click
Python
2
2844
January 8, 2021