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