SqueezeBrains SDK 1.13
sb_cs::SbRes Class Reference

Class of the results of the image elaboration with the SbProject::Detection method. The class wraps the sb_t_res structure. More...

#include <cs_res.h>

Collaboration diagram for sb_cs::SbRes:

Data Fields

SbResModel global
 Global results More...
 
array< SbResModel^> models
 Models results More...
 
SbPar par
 Parameters More...
 
array< SbSample^> samples
 Samples results. Only Retina projects More...
 
SbResOCR ocr
 Result of OCR analysis More...
 
SbError err
 Detection error More...
 
long long timeUs
 Detection time More...
 
int img_width_circular
 Original width of the image, before the extension in the x-axis More...
 
bool isValid
 Flag that indicate that the results contain valid data
 
SbDevicesPar devices
 Devices used to get the current results. More...
 
SbTilesInfo tiles
 Information about the tiles used to process the image. More...
 

Detailed Description

Class of the results of the image elaboration with the SbProject::Detection method. The class wraps the sb_t_res structure.

Definition at line 225 of file cs_res.h.

Field Documentation

◆ devices

SbDevicesPar sb_cs::SbRes::devices

Devices used to get the current results.

See also
sb_t_res.devices

Definition at line 275 of file cs_res.h.

◆ err

SbError sb_cs::SbRes::err

Detection error

See also
sb_t_res.err

Definition at line 256 of file cs_res.h.

◆ global

SbResModel sb_cs::SbRes::global

Global results

See also
sb_t_res.global

Definition at line 231 of file cs_res.h.

◆ img_width_circular

int sb_cs::SbRes::img_width_circular

Original width of the image, before the extension in the x-axis

See also
sb_t_res.img_width_circular

Definition at line 266 of file cs_res.h.

◆ models

array<SbResModel^> sb_cs::SbRes::models

Models results

See also
sb_t_res.models

Definition at line 236 of file cs_res.h.

◆ ocr

SbResOCR sb_cs::SbRes::ocr

Result of OCR analysis

See also
sb_t_res.ocr

Definition at line 251 of file cs_res.h.

◆ par

SbPar sb_cs::SbRes::par

Parameters

See also
sb_t_res.par

Definition at line 241 of file cs_res.h.

◆ samples

array<SbSample^> sb_cs::SbRes::samples

Samples results. Only Retina projects

See also
sb_t_res.samples

Definition at line 246 of file cs_res.h.

◆ tiles

SbTilesInfo sb_cs::SbRes::tiles

Information about the tiles used to process the image.

See also
sb_t_res.tiles

Definition at line 280 of file cs_res.h.

◆ timeUs

long long sb_cs::SbRes::timeUs

Detection time

See also
sb_t_res.time_us

Definition at line 261 of file cs_res.h.


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