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

Blob class that wraps the sb_t_blob structure More...

#include <cs_blob.h>

Collaboration diagram for sb_cs::SbBlob:

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...
 

Detailed Description

Blob class that wraps the sb_t_blob structure

Definition at line 83 of file cs_blob.h.

Field Documentation

◆ angle

float sb_cs::SbBlob::angle

Rotation angle of the smaller rotated rectangle.

See also
sb_t_blob::angle

Definition at line 109 of file cs_blob.h.

◆ contour

array<SbPoint^> sb_cs::SbBlob::contour

Array of the points of the contour.

See also
sb_t_blob::contour

Definition at line 104 of file cs_blob.h.

◆ coord_min_rot_rect

array<SbPoint2dF^> sb_cs::SbBlob::coord_min_rot_rect

Coordinates of the vertices of the smaller rotated rectangle.

See also
sb_t_blob::coord_min_rot_rect

Definition at line 114 of file cs_blob.h.

◆ deleted

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.

See also
sb_t_blob::deleted

Definition at line 99 of file cs_blob.h.

◆ m_xx

float sb_cs::SbBlob::m_xx

Moment of inertia about the x axis.

See also
sb_t_blob::m_yy

Definition at line 119 of file cs_blob.h.

◆ m_xy

float sb_cs::SbBlob::m_xy

Moment of inertia about the x and y axes.

It can be both positive and negative.n

See also
sb_t_blob::m_xy

Definition at line 130 of file cs_blob.h.

◆ m_yy

float sb_cs::SbBlob::m_yy

Moment of inertia about the y axis.

See also
sb_t_blob::m_xx

Definition at line 124 of file cs_blob.h.


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