Skip to content

Commit 7e726af

Browse files
nefeliparshoumikchow
authored andcommitted
In the parameters I have put default values for the size (=1) and thickness (=2) of the label. If the user wants to change these values, when the function he wants is called, he will put the values he wants after the bbox, first for the size and then for the thickness.
1 parent 663bc6b commit 7e726af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bbox_visualizer/bbox_visualizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import cv2
22

3+
34
font = cv2.FONT_HERSHEY_SIMPLEX
45

56

0 commit comments

Comments
 (0)