template struct GVA::Rect#
Template structure for rectangle containing x, y, w, h fields.
#include <region_of_interest.h> template <typename T> struct Rect { // fields T x; T y; T w; T h; };
Template structure for rectangle containing x, y, w, h fields.
#include <region_of_interest.h> template <typename T> struct Rect { // fields T x; T y; T w; T h; };