SbImage class that wraps the sb_t_image structure. You must call the Dispose() method to free all the...
Point class that wraps the sb_t_point structure
Sample class that wraps the sb_t_sample structure.
int is_near
FALSE NEGATIVE with some other sample close to it.
array< SbPoint^> vertex_warp
Coordinates of the 4 vertices of the box of the sample in the warped image.
SbObjType type
Sample type.
float weight
Weight of classification.
int user_data_size
Size, in bytes, of the user data.
IntPtr user_data
Pointer to the user data.
String uuid
uuid of the sample.
SbPoint centre
Coordinates of the centre of the sample.
array< SbPoint^> vertex
Coordinates of the 4 vertices of the box of the sample.
SbSampleWeightsImage weights_image
Image of the weights of the sample.
String model_name
Name of the model.
SbSampleClassifyMode classify_mode
Classification mode.
SbPoint centre_warp
Coordinates of the centre in the warped image.
String image_name
Name of the image file with extension without path.
SbTruth truth
Truth of the sample.
Sample weight image Class that wraps the sb_t_sample_weights_image structure.
float max
maximum weight corresponding, in the image, the to value 255.
SbImage img
Image of the weights of the sample, format is SbImageFormat::SB_IMAGE_FORMAT_BW8.
float min
minimum weight corresponding, in the image, the to value 1.
SbObjType
Sample object type that wrpas the sb_t_obj_type enum
SbTruth
Sample truth values that wraps the sb_t_truth enum
SbSampleClassifyMode
Sample classify mode that wraps the sb_t_sample_classify_mode enum
@ SB_OBJ_TEST
Object is not used for learning.
@ SB_OBJ_LEARNING
Object is used for learning.
@ SB_TRUTH_MODEL_DISABLED
A sample of a disabled model.
@ SB_TRUTH_UNDEFINED
Truth not defined.
@ SB_TRUTH_FALSE_NEGATIVE
Truth False Negative.
@ SB_TRUTH_OUT_OF_ROI
Truth Out Of ROI.
@ SB_TRUTH_TRUE_POSITIVE
Truth True Positive.
@ SB_TRUTH_OPTIONAL_NEGATIVE
Truth Optional Negative.
@ SB_TRUTH_OPTIONAL_POSITIVE
Truth Optional Positive.
@ SB_TRUTH_FALSE_POSITIVE
Truth False Positive.
@ SB_TRUTH_TRUE_NEGATIVE
Truth True Negative.