I have a line of code here that uses the python binding for opencv:
cv2.rectangle(img, (box[1], box[0]), (box[3], box[2]), (255,0,0), 4)
Th
OpenCV does not (currently) support line properties beyond thickness and anti-aliasing.