OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Detection Struct Reference

#include <TorchWrapper.h>

+ Collaboration diagram for Detection:

Public Attributes

int32_t class_idx
 
std::string class_label
 
double centroid_x
 
double centroid_y
 
double width
 
double height
 
float confidence
 

Detailed Description

Definition at line 27 of file TorchWrapper.h.

Member Data Documentation

double Detection::centroid_x

Definition at line 30 of file TorchWrapper.h.

double Detection::centroid_y

Definition at line 31 of file TorchWrapper.h.

int32_t Detection::class_idx

Definition at line 28 of file TorchWrapper.h.

std::string Detection::class_label

Definition at line 29 of file TorchWrapper.h.

float Detection::confidence

Definition at line 34 of file TorchWrapper.h.

double Detection::height

Definition at line 33 of file TorchWrapper.h.

double Detection::width

Definition at line 32 of file TorchWrapper.h.


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