SqueezeBrains SDK 1.18
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...
 
SbVersion svl_version
 Library version used to run the SVL with which the current results are obtained. 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 229 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 279 of file cs_res.h.

◆ err

SbError sb_cs::SbRes::err

Detection error

See also
sb_t_res.err

Definition at line 260 of file cs_res.h.

◆ global

SbResModel sb_cs::SbRes::global

Global results

See also
sb_t_res.global

Definition at line 235 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 270 of file cs_res.h.

◆ models

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

Models results

See also
sb_t_res.models

Definition at line 240 of file cs_res.h.

◆ ocr

SbResOCR sb_cs::SbRes::ocr

Result of OCR analysis

See also
sb_t_res.ocr

Definition at line 255 of file cs_res.h.

◆ par

SbPar sb_cs::SbRes::par

Parameters

See also
sb_t_res.par

Definition at line 245 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 250 of file cs_res.h.

◆ svl_version

SbVersion sb_cs::SbRes::svl_version

Library version used to run the SVL with which the current results are obtained.

See also
sb_t_res.svl_version

Definition at line 289 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 284 of file cs_res.h.

◆ timeUs

long long sb_cs::SbRes::timeUs

Detection time

See also
sb_t_res.time_us

Definition at line 265 of file cs_res.h.


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