PerceMon
|
#include <datastream.hpp>
Public Attributes | |
size_t | xmin |
size_t | xmax |
size_t | ymin |
size_t | ymax |
A bounding box data structure that follows the Pascal VOC Bounding box format (x-top left, y-top left,x-bottom right, y-bottom right), where each coordinate is in terms of number of pixels.
NOTE: The origin in an image is the top left corner.