|
JeVoisBase
1.23
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Go to the source code of this file.
Namespaces | |
| namespace | demo |
Functions | |
| demo.str2bool (v) | |
| demo.visualize (image, bbox, score, isLocated, fps=None, box_color=(0, 255, 0), text_color=(0, 255, 0), fontScale=1, fontSize=1) | |
Variables | |
| demo._input = args.input | |
| int | demo.device_id = 0 |
| demo.video = cv.VideoCapture(_input) | |
| demo.has_frame | |
| demo.first_frame | |
| demo.first_frame_copy = first_frame.copy() | |
| demo.roi = cv.selectROI('DaSiamRPN Demo', first_frame_copy) | |
| demo.isLocated | |
| demo.bbox | |
| demo.score | |