neodroidvision.utilities.visualisation.bounding_box_visualisation¶
A set of functions that are used for visualisation.
These functions often receive an image, perform some visualisation on the image. The functions do not return a value, instead they modify the image itself.
Functions
|
Numpy function to plot CDF. |
|
Adds a bounding box to an image. |
|
Adds a bounding box to an image (numpy array). |
|
Draws bounding boxes on image. |
|
Draws bounding boxes on image (numpy array). |
|
Draws keypoints on an image. |
|
Draws keypoints on an image (numpy array). |
|
Draws mask on an image. |
Encodes a numpy array into a PNG string. |
|
|
Numpy function to plot hist. |
Overlay labeled boxes on an image with formatted scores and label names. |
Classes
|