PerceMon
percemon::datastream::BoundingBox Struct Reference

#include <datastream.hpp>

Public Attributes

size_t xmin
 
size_t xmax
 
size_t ymin
 
size_t ymax
 

Detailed Description

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.


The documentation for this struct was generated from the following file: