Skip to content

Commit b333bb4

Browse files
committed
Fix typo
1 parent 695ad4d commit b333bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MTM/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def matchTemplates(listTemplates, image, method=cv2.TM_CCOEFF_NORMED, N_object=f
139139
return bestHits
140140

141141

142-
def drawBoxes(img, listHit, boxThickness=2, boxColor=(255, 255, 00), showLabel=True, labelColor=(255, 255, 0) ):
142+
def drawBoxes(image, listHit, boxThickness=2, boxColor=(255, 255, 00), showLabel=True, labelColor=(255, 255, 0) ):
143143
"""
144144
Return a copy of the image with results of template matching drawn as yellow rectangle and name of the template on top
145145
"""

0 commit comments

Comments
 (0)