SqueezeBrains SDK 1.13
sb_cs::SbBlobPar Class Reference
C# » Blob

Blob analysis parameters Class that wraps the structure sb_t_blob_par More...

#include <cs_blob.h>

Collaboration diagram for sb_cs::SbBlobPar:

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.
 

Detailed Description

Blob analysis parameters Class that wraps the structure sb_t_blob_par

Definition at line 44 of file cs_blob.h.

Field Documentation

◆ blob_distance_mode

SbBlobDistanceMode sb_cs::SbBlobPar::blob_distance_mode

Selection of the algorithm for calculating the distance between blobs.

See also
sb_t_blob_par::blob_distance_mode

Definition at line 62 of file cs_blob.h.

◆ blob_min_rot_rect

int sb_cs::SbBlobPar::blob_min_rot_rect

For each blob it enables the calculation of the smaller rotated rectangle containing the blob.

See also
sb_t_blob_par::blob_min_rot_rect

Definition at line 57 of file cs_blob.h.

◆ merge_distance

int sb_cs::SbBlobPar::merge_distance

blobs with a distance inferior or equal to the value are merged together.

Set to a negative value to disable merging. Value in pixel.
Only blob with the same value of the lut are merged togheter.

Definition at line 68 of file cs_blob.h.


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