Remove background from image using python:The truth value of an array with more than one element is ambiguous

前端 未结 0 1176
攒了一身酷
攒了一身酷 2021-02-12 09:29

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题