Masking the image python to c++

后端 未结 0 2002
时光取名叫无心
时光取名叫无心 2021-02-13 18:31

i have the following code in python to mask the image

def create_mask(img, 255):
   
    img = img < 255
    return np.uint8(255 - img * 255.)

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