![]() |
SqueezeBrains SDK 1.18
|
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>

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... | |
Class of the results of the image elaboration with the SbProject::Detection method. The class wraps the sb_t_res structure.
| SbDevicesPar sb_cs::SbRes::devices |
Devices used to get the current results.
| SbError sb_cs::SbRes::err |
| SbResModel sb_cs::SbRes::global |
| int sb_cs::SbRes::img_width_circular |
| array<SbResModel^> sb_cs::SbRes::models |
| SbResOCR sb_cs::SbRes::ocr |
| SbPar sb_cs::SbRes::par |
| array<SbSample^> sb_cs::SbRes::samples |
Samples results. Only Retina projects
| SbVersion sb_cs::SbRes::svl_version |
Library version used to run the SVL with which the current results are obtained.
| SbTilesInfo sb_cs::SbRes::tiles |
Information about the tiles used to process the image.
| long long sb_cs::SbRes::timeUs |