Defines computing device types that wraps the sb_t_devices_par structure
SbImage class that wraps the sb_t_image structure. You must call the Dispose() method to free all the...
Surface res Class that wraps the sb_t_surface_res structure
Parameters Class that wraps the sb_t_par structure. You must call the Dispose() method to free all th...
Point class that wraps the sb_t_point structure
Rectangle class that wraps the sb_t_rect structure
Class of the results of the image elaboration with the SbProject::Detection method....
SbVersion svl_version
Library version used to run the SVL with which the current results are obtained.
SbResOCR ocr
Result of OCR analysis
SbDevicesPar devices
Devices used to get the current results.
long long timeUs
Detection time
int img_width_circular
Original width of the image, before the extension in the x-axis
SbResModel global
Global results
SbTilesInfo tiles
Information about the tiles used to process the image.
array< SbResModel^> models
Models results
bool isValid
Flag that indicate that the results contain valid data
SbError err
Detection error
array< SbSample^> samples
Samples results. Only Retina projects
Model res Class that wraps the sb_t_res_model structure
int on
: Count of Optional Negative.
int tp
: Count of True Positive.
int tn
: Count of True Negative.
int op
: Count of Optional Positive.
int fp
: Count of False Positive.
int disabled
: Count of samples with model disabled.
int fn
: Count of False Negative.
int out_of_roi
: Count of Out Of ROI.
SbSurfaceRes surface
: Surface specific results.
Results of OCR analysis. The class wraps the sb_t_ocr_res structure
String str
OCR result in string format
int words
Number of the words identified
int lines
Number of the lines identified
Size class that wraps the sb_t_size_flt structure
Size class that wraps the sb_t_size structure
Surface res Class that wraps the sb_t_surface_res structure
SbSurfaceImageTruth image_truth
Image truth
SbPoint ul
Upper left coordinate of the planes images
SbImage truth
Truth plane image
array< SbBlob^> blobs
Array of the blobs found
SbImage model
Model res image
SbImage weight
Weight plane image
SbMetrics pixel_metrics
Pixel metrics
Results of OCR analysis. The class wraps the sb_t_ocr_res structure sb_t_tile
SbRect rect
Rectangle of the tile on the elaborated image
Information about the tiles used to process the image sb_t_tiles_info
SbSize factor
Number of horizontal and vertical tiles used to process the image
SbSizeFlt scale
Scale factor
array< SbTile^> tiles
Tiles array
Version class that wraps the sb_t_version structure
SbTileType
Enumerates the tile types and wraps the sb_t_tile_type enum
SbSurfaceImageTruth
Surface image truth that wraps the sb_t_surface_image_truth enum
@ SB_TILE_TYPE_USED
The tile is used.
@ SB_TILE_TYPE_USED_SVL
The tile is used for svl by sb_svl_run function.
@ SB_TILE_TYPE_NOT_USED
The tile is not used because it has no pixels in the ROI analysis.
@ SB_IMAGE_TRUTH_OVERKILL
False defects found.
@ SB_IMAGE_TRUTH_ESCAPE
Defects not found.
@ SB_IMAGE_TRUTH_GOOD
No defects.
@ SB_IMAGE_TRUTH_UNDEFINED
Undefined truth.
@ SB_IMAGE_TRUTH_NO_GOOD
Defects found.
Defines the results of a model.
Defines the result of the Surface analysis.
Information about the tiles used to process the image.