![]() |
SqueezeBrains SDK 1.18
|
Blob analysis parameters Class that wraps the structure sb_t_blob_par More...
#include <cs_blob.h>

Data Fields | |
| SbRange | area |
| Range of area, value in pixel. | |
| SbRange | height |
| Range of height, value in pixel. | |
| SbRange | width |
| Range of weight, value in pixel. | |
| SbPixelConnection | connection_type |
| Pixel connection type. | |
| int | blob_rle |
| Set to a value != 0 if you want the rle of the shape each blob. | |
| int | blob_contour |
| Set to a value != 0 if you want the contour of each blob. | |
| int | blob_min_rot_rect |
| For each blob it enables the calculation of the smaller rotated rectangle containing the blob. More... | |
| SbBlobDistanceMode | blob_distance_mode |
| Selection of the algorithm for calculating the distance between blobs. More... | |
| int | merge_distance |
| blobs with a distance inferior or equal to the value are merged together. More... | |
| SbRange | merge_area |
| Range of area after merge, value in pixel. | |
| SbRange | merge_height |
| Range of height after merge, value in pixel. | |
| SbRange | merge_width |
| Range of weight after merge, value in pixel. | |
| int | keep_deleted |
| If different than 0, deleted blobs are kept in the list and marked as deleted. | |
| int | verbosity |
| Verbosity level. | |
Blob analysis parameters Class that wraps the structure sb_t_blob_par
| SbBlobDistanceMode sb_cs::SbBlobPar::blob_distance_mode |
Selection of the algorithm for calculating the distance between blobs.
| int sb_cs::SbBlobPar::blob_min_rot_rect |
For each blob it enables the calculation of the smaller rotated rectangle containing the blob.
| int sb_cs::SbBlobPar::merge_distance |