Category "numpy"

I m trying to convert the pixels which is painted black to another color but ı got an error l

import cv2 import numpy as np image = cv2.imread('images1.png') ss=[] for x in range (0,260,1): for y in range(0,190,1): if image[y,x]==[0,0,0]

I m trying to convert the pixels which is painted black to another color but ı got an error l

import cv2 import numpy as np image = cv2.imread('images1.png') ss=[] for x in range (0,260,1): for y in range(0,190,1): if image[y,x]==[0,0,0]

I m trying to convert the pixels which is painted black to another color but ı got an error l

import cv2 import numpy as np image = cv2.imread('images1.png') ss=[] for x in range (0,260,1): for y in range(0,190,1): if image[y,x]==[0,0,0]