SqueezeBrains SDK 1.13
|
Sample class that wraps the sb_t_sample structure. More...
#include <cs_sample.h>
Data Fields | |
String | uuid |
uuid of the sample. More... | |
String | image_name |
Name of the image file with extension without path. More... | |
SbPoint | centre |
Coordinates of the centre of the sample. More... | |
SbPoint | centre_warp |
Coordinates of the centre in the warped image. More... | |
array< SbPoint^> | vertex |
Coordinates of the 4 vertices of the box of the sample. More... | |
array< SbPoint^> | vertex_warp |
Coordinates of the 4 vertices of the box of the sample in the warped image. More... | |
String | model_name |
Name of the model. More... | |
float | scale |
Scale factor. More... | |
SbObjType | type |
Sample type. More... | |
float | weight |
Weight of classification. More... | |
SbSampleWeightsImage | weights_image |
Image of the weights of the sample. More... | |
SbTruth | truth |
Truth of the sample. More... | |
SbSampleClassifyMode | classify_mode |
Classification mode. More... | |
IntPtr | user_data |
Pointer to the user data. More... | |
int | user_data_size |
Size, in bytes, of the user data. More... | |
int | is_near |
FALSE NEGATIVE with some other sample close to it. More... | |
float | IoU |
Sample class that wraps the sb_t_sample structure.
Definition at line 136 of file cs_sample.h.
SbPoint sb_cs::SbSample::centre |
Coordinates of the centre of the sample.
Definition at line 155 of file cs_sample.h.
SbPoint sb_cs::SbSample::centre_warp |
Coordinates of the centre in the warped image.
Definition at line 161 of file cs_sample.h.
SbSampleClassifyMode sb_cs::SbSample::classify_mode |
String sb_cs::SbSample::image_name |
Name of the image file with extension without path.
Definition at line 149 of file cs_sample.h.
float sb_cs::SbSample::IoU |
Percentage of overlap with the sample of ground truth.
Definition at line 239 of file cs_sample.h.
int sb_cs::SbSample::is_near |
FALSE NEGATIVE with some other sample close to it.
Definition at line 233 of file cs_sample.h.
String sb_cs::SbSample::model_name |
float sb_cs::SbSample::scale |
SbTruth sb_cs::SbSample::truth |
SbObjType sb_cs::SbSample::type |
IntPtr sb_cs::SbSample::user_data |
Pointer to the user data.
Definition at line 221 of file cs_sample.h.
int sb_cs::SbSample::user_data_size |
Size, in bytes, of the user data.
Definition at line 227 of file cs_sample.h.
String sb_cs::SbSample::uuid |
array<SbPoint^> sb_cs::SbSample::vertex |
Coordinates of the 4 vertices of the box of the sample.
Definition at line 167 of file cs_sample.h.
array<SbPoint^> sb_cs::SbSample::vertex_warp |
Coordinates of the 4 vertices of the box of the sample in the warped image.
Definition at line 173 of file cs_sample.h.
float sb_cs::SbSample::weight |
SbSampleWeightsImage sb_cs::SbSample::weights_image |
Image of the weights of the sample.
Definition at line 203 of file cs_sample.h.