I have a numpy array of shape (1024, 1024, 3). It is an image RGB converted to a numpy array. I want to add the row and column number of the pixel to the numpy array. .
I have a numpy array of shape (1024, 1024, 3). It is an image RGB converted to a numpy array. I want to add the row and column number of the pixel to the numpy array. .