arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

draw_bbox() Line size is fixed at a value of 2 pixels #36

Closed ChuckBolin closed 4 years ago

ChuckBolin commented 4 years ago

My comment was related to how the image was rendered in Jupyter Lab. I could not see the bounding box. However, if I looked at the saved image I could see the thin rectangle around my image which has a resolution of (4640, 3480, 3). I simply overlayed my own rectangles at at a linewidth of 25 so I could see the boxes in JupLab. So there is no issue. Sorry.