46 array<unsigned char>^ lut;
Blob class that wraps the sb_t_blob structure
int area
Area of the blob, number of the pixel.
float m_xy
Moment of inertia about the x and y axes.
SbTruth truth
Truth value of the blob.
String model_name
Model name of the blob.
SbPoint2dF bar
blob baricenter.
SbRect rect
Bounding box of the blob.
SbBlobDeleted deleted
Blob is marked as deleted.
float angle
Rotation angle of the smaller rotated rectangle.
array< SbPoint2dF^> coord_min_rot_rect
Coordinates of the vertices of the smaller rotated rectangle.
float m_xx
Moment of inertia about the x axis.
float m_yy
Moment of inertia about the y axis.
array< SbPoint^> contour
Array of the points of the contour.
Blob analysis parameters Class that wraps the structure sb_t_blob_par
int blob_rle
Set to a value != 0 if you want the rle of the shape each blob.
int blob_min_rot_rect
For each blob it enables the calculation of the smaller rotated rectangle containing the blob.
SbBlobDistanceMode blob_distance_mode
Selection of the algorithm for calculating the distance between blobs.
int merge_distance
blobs with a distance inferior or equal to the value are merged together.
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.
SbPixelConnection connection_type
Pixel connection type.
SbRange height
Range of height, value in pixel.
int blob_contour
Set to a value != 0 if you want the contour of each blob.
int verbosity
Verbosity level.
SbRange width
Range of weight, value in pixel.
SbRange merge_area
Range of area after merge, value in pixel.
SbRange area
Range of area, value in pixel.
SbRange merge_height
Range of height after merge, value in pixel.
Point class that wraps the sb_t_point2d_f structure
Range value class that wraps the sb_t_range structure
Rectangle class that wraps the sb_t_rect structure
@ SB_BLOB_DISTANCE_MODE_CONTOUR
The distance between blobs is calculated using the contour.
SbPixelConnection
Pixel connection type that wraps the sb_t_pixel_connection enum
SbBlobDistanceMode
Blobs distance algorithm that wraps the sb_t_blob_distance_mode enum
SbBlobDeleted
Blob deleted status that wraps the sb_t_blob_deleted enum
@ SB_PIXEL_CONNECTION_8
8 connection
@ SB_PIXEL_CONNECTION_4
4 connection
@ SB_BLOB_DISTANCE_MODE_BOUNDING_BOX
The distance between blobs is calculated using the unrotated bounding box.
@ SB_BLOB_DELETED_AFTER_MERGE
Blob is deleted after merge.
@ SB_BLOB_OK
Blob is not deleted.
@ SB_BLOB_DELETED_BEFORE_MERGE
Blob is deleted before merge.
SbTruth
Sample truth values that wraps the sb_t_truth enum
Defines the parameters for blob analysis.