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
336
July 14, 2021
Detecting color where the mouse cursor click
Python
2
2904
January 8, 2021
How to view the colour of a pixel
Android/Java
core
1
695
September 13, 2021
Newbie cv2 4.1.1 Python - how to get Scalar color?
Python
1
1039
June 11, 2021
Reading an RGB image from purethermal 2 using opencv?
3
830
March 26, 2021