finished presentation materials

This commit is contained in:
2018-07-11 16:48:49 +02:00
parent 4b926bed19
commit d4a7e4c4a2
7 changed files with 25 additions and 11 deletions

View File

@@ -101,6 +101,7 @@ class Colorpicker(object):
)
thr = cv2.cvtColor(thr, cv2.COLOR_GRAY2BGR)
thr = self.marker.draw_last_contours(thr)
resulting = np.concatenate((frame, thr), axis=1)
cv2.imshow(self.WINDOW_CAPTURE_NAME, resulting)