:param img: image to remove background from :param imgBg: Background Image. can be a color (255,0,255) or an image . must be same size :param cutThreshold: higher = more cut, lower = less cut :return:
(self, img, imgBg=(255, 255, 255), cutThreshold=0.1)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected