Commit 31b441a1 authored by WillBrennan's avatar WillBrennan

Removed depricated line

parent 2b7a12ef
......@@ -77,7 +77,6 @@ class SkinDetector(object):
dt = time.time()
self.assert_image(img)
self.n_mask = 0
#image = self.normalise(image)
self.mask = numpy.zeros(img.shape[:2], dtype=numpy.uint8)
self.get_mask_hsv(img)
self.get_mask_rgb(img)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment