![]() |
SqueezeBrains SDK 1.18
|
Blob class that wraps the sb_t_blob structure More...
#include <cs_blob.h>

Data Fields | |
| SbPoint2dF | bar |
| blob baricenter. | |
| int | area |
| Area of the blob, number of the pixel. | |
| int | od |
| Optical density. | |
| int | lut |
| Value of the lut. | |
| SbRect | rect |
| Bounding box of the blob. | |
| String | model_name |
| Model name of the blob. | |
| SbTruth | truth |
| Truth value of the blob. | |
| SbBlobDeleted | deleted |
| Blob is marked as deleted. More... | |
| array< SbPoint^> | contour |
| Array of the points of the contour. More... | |
| float | angle |
| Rotation angle of the smaller rotated rectangle. More... | |
| array< SbPoint2dF^> | coord_min_rot_rect |
| Coordinates of the vertices of the smaller rotated rectangle. More... | |
| float | m_xx |
| Moment of inertia about the x axis. More... | |
| float | m_yy |
| Moment of inertia about the y axis. More... | |
| float | m_xy |
| Moment of inertia about the x and y axes. More... | |
| float sb_cs::SbBlob::angle |
Rotation angle of the smaller rotated rectangle.
| array<SbPoint^> sb_cs::SbBlob::contour |
Array of the points of the contour.
| array<SbPoint2dF^> sb_cs::SbBlob::coord_min_rot_rect |
Coordinates of the vertices of the smaller rotated rectangle.
| SbBlobDeleted sb_cs::SbBlob::deleted |
Blob is marked as deleted.
When parameter sb_t_blob_par::keep_deleted is set to a value different from 0, than the function sb_blobs_detection does not delete the blobs filtered due geometric restrictions, that is area and/or width and/or height out of limits, but leaves them in the list and sets the parameter deleted.
| float sb_cs::SbBlob::m_xx |
Moment of inertia about the x axis.
| float sb_cs::SbBlob::m_xy |
Moment of inertia about the x and y axes.
It can be both positive and negative.n
| float sb_cs::SbBlob::m_yy |
Moment of inertia about the y axis.