SqueezeBrains SDK 1.13
|
Sample weight image Class that wraps the sb_t_sample_weights_image structure. More...
#include <cs_sample.h>
Data Fields | |
SbImage | img |
Image of the weights of the sample, format is SbImageFormat::SB_IMAGE_FORMAT_BW8. More... | |
float | max |
maximum weight corresponding, in the image, the to value 255. More... | |
float | min |
minimum weight corresponding, in the image, the to value 1. More... | |
Sample weight image Class that wraps the sb_t_sample_weights_image structure.
Definition at line 110 of file cs_sample.h.
SbImage sb_cs::SbSampleWeightsImage::img |
Image of the weights of the sample, format is SbImageFormat::SB_IMAGE_FORMAT_BW8.
Definition at line 117 of file cs_sample.h.
float sb_cs::SbSampleWeightsImage::max |
maximum weight corresponding, in the image, the to value 255.
Definition at line 123 of file cs_sample.h.
float sb_cs::SbSampleWeightsImage::min |
minimum weight corresponding, in the image, the to value 1.
Definition at line 128 of file cs_sample.h.