SqueezeBrains SDK 1.13
Blob

Blob analysis. More...

Collaboration diagram for Blob:

Data Structures

class  sb_cs::SbBlobPar
 Blob analysis parameters Class that wraps the structure sb_t_blob_par More...
 
class  sb_cs::SbBlob
 Blob class that wraps the sb_t_blob structure More...
 

Enumerations

enum class  sb_cs::SbPixelConnection : int { sb_cs::SbPixelConnection::SB_PIXEL_CONNECTION_4 = SB_PIXEL_CONNECTION_4 , sb_cs::SbPixelConnection::SB_PIXEL_CONNECTION_8 = SB_PIXEL_CONNECTION_8 }
 Pixel connection type that wraps the sb_t_pixel_connection enum More...
 
enum class  sb_cs::SbBlobDistanceMode : int { sb_cs::SbBlobDistanceMode::SB_BLOB_DISTANCE_MODE_BOUNDING_BOX = SB_BLOB_DISTANCE_MODE_BOUNDING_BOX , SB_BLOB_DISTANCE_MODE_CONTOUR = SB_BLOB_DISTANCE_MODE_CONTOUR }
 Blobs distance algorithm that wraps the sb_t_blob_distance_mode enum More...
 
enum class  sb_cs::SbBlobDeleted : int { sb_cs::SbBlobDeleted::SB_BLOB_OK = SB_BLOB_OK , sb_cs::SbBlobDeleted::SB_BLOB_DELETED_BEFORE_MERGE = SB_BLOB_DELETED_BEFORE_MERGE , sb_cs::SbBlobDeleted::SB_BLOB_DELETED_AFTER_MERGE = SB_BLOB_DELETED_AFTER_MERGE }
 Blob deleted status that wraps the sb_t_blob_deleted enum More...
 

Detailed Description

Blob analysis.

Enumeration Type Documentation

◆ SbBlobDeleted

enum class sb_cs::SbBlobDeleted : int
strong

Blob deleted status that wraps the sb_t_blob_deleted enum

Enumerator
SB_BLOB_OK 

Blob is not deleted.

SB_BLOB_DELETED_BEFORE_MERGE 

Blob is deleted before merge.

SB_BLOB_DELETED_AFTER_MERGE 

Blob is deleted after merge.

Definition at line 35 of file cs_blob.h.

◆ SbBlobDistanceMode

enum class sb_cs::SbBlobDistanceMode : int
strong

Blobs distance algorithm that wraps the sb_t_blob_distance_mode enum

Enumerator
SB_BLOB_DISTANCE_MODE_BOUNDING_BOX 

The distance between blobs is calculated using the unrotated bounding box.

Definition at line 27 of file cs_blob.h.

◆ SbPixelConnection

enum class sb_cs::SbPixelConnection : int
strong

Pixel connection type that wraps the sb_t_pixel_connection enum

Enumerator
SB_PIXEL_CONNECTION_4 

4 connection

SB_PIXEL_CONNECTION_8 

8 connection

Definition at line 19 of file cs_blob.h.