i tried to build a function that take an image, and remove specific pixel values from it:
def background_remove(img): for i in range(img.shape[0]): fo