How can put array[red, green, blue] to put pexels to (x, y)
ex
i analyze image and have value red=102, green=200, blue=25
to array
vintp = np.array([0, 0, 0])
vintp[0] = ub #blue
vintp[1] = ug #green
vintp[2] = ur #red
x=569 ,y=102
Can i put array to axis x and y for 1 color
New contributor
SA พเนจร is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.