Utils#
print_objects_as_table(tracked_objects)
#
Used for helping in debugging
Source code in norfair/utils.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|
get_cutout(points, image)
#
Returns a rectangular cut-out from a set of points on an image
Source code in norfair/utils.py
61 62 63 64 65 66 67 |
|
warn_once(message)
cached
#
Write a warning message only once.
Source code in norfair/utils.py
89 90 91 92 93 94 |
|