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