Skip to content

Commit 1715936

Browse files
authored
updated with imutils library
1 parent 5d13f84 commit 1715936

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

object_track.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
import os
55
import shutil
66
import imageio
7+
from collections import deque
8+
from collections import deque
9+
import numpy as np
10+
import argparse
711

12+
import imutils
13+
import cv2
814

915
def process_image(im):
1016
image, contours, hierarchy= cv2.findContours(im, cv2.RETR_TREE,

0 commit comments

Comments
 (0)