SqueezeBrains SDK 1.18
|
Collection of functions to manage Detection results. More...
Data Structures | |
class | sb_cs::SbSurfaceRes |
Surface res Class that wraps the sb_t_surface_res structure More... | |
class | sb_cs::SbResModel |
Model res Class that wraps the sb_t_res_model structure More... | |
class | sb_cs::SbResOCR |
Results of OCR analysis. The class wraps the sb_t_ocr_res structure More... | |
class | sb_cs::SbTile |
Results of OCR analysis. The class wraps the sb_t_ocr_res structure
| |
class | sb_cs::SbTilesInfo |
Information about the tiles used to process the image
| |
class | sb_cs::SbRes |
Class of the results of the image elaboration with the SbProject::Detection method. The class wraps the sb_t_res structure. More... | |
Enumerations | |
enum class | sb_cs::SbSurfaceImageTruth : int { sb_cs::SbSurfaceImageTruth::SB_IMAGE_TRUTH_UNDEFINED = SB_IMAGE_TRUTH_UNDEFINED , sb_cs::SbSurfaceImageTruth::SB_IMAGE_TRUTH_GOOD = SB_IMAGE_TRUTH_GOOD , sb_cs::SbSurfaceImageTruth::SB_IMAGE_TRUTH_NO_GOOD = SB_IMAGE_TRUTH_NO_GOOD , sb_cs::SbSurfaceImageTruth::SB_IMAGE_TRUTH_OVERKILL = SB_IMAGE_TRUTH_OVERKILL , sb_cs::SbSurfaceImageTruth::SB_IMAGE_TRUTH_ESCAPE = SB_IMAGE_TRUTH_ESCAPE } |
Surface image truth that wraps the sb_t_surface_image_truth enum More... | |
enum class | sb_cs::SbTileType : int { sb_cs::SbTileType::SB_TILE_TYPE_NOT_USED = SB_TILE_TYPE_NOT_USED , sb_cs::SbTileType::SB_TILE_TYPE_USED = SB_TILE_TYPE_USED , sb_cs::SbTileType::SB_TILE_TYPE_USED_SVL = SB_TILE_TYPE_USED_SVL } |
Enumerates the tile types and wraps the sb_t_tile_type enum More... | |
Collection of functions to manage Detection results.
|
strong |
Surface image truth that wraps the sb_t_surface_image_truth enum
|
strong |
Enumerates the tile types and wraps the sb_t_tile_type enum
Enumerator | |
---|---|
SB_TILE_TYPE_NOT_USED | The tile is not used because it has no pixels in the ROI analysis. |
SB_TILE_TYPE_USED | The tile is used. |
SB_TILE_TYPE_USED_SVL | The tile is used for svl by sb_svl_run function. |