SqueezeBrains SDK 1.13
sb_cs::SbSampleWeightsImage Class Reference

Sample weight image Class that wraps the sb_t_sample_weights_image structure. More...

#include <cs_sample.h>

Collaboration diagram for sb_cs::SbSampleWeightsImage:

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

Detailed Description

Sample weight image Class that wraps the sb_t_sample_weights_image structure.

Definition at line 110 of file cs_sample.h.

Field Documentation

◆ img

SbImage sb_cs::SbSampleWeightsImage::img

Image of the weights of the sample, format is SbImageFormat::SB_IMAGE_FORMAT_BW8.

See also
sb_t_sample_weights_image::img

Definition at line 117 of file cs_sample.h.

◆ max

float sb_cs::SbSampleWeightsImage::max

maximum weight corresponding, in the image, the to value 255.

See also
sb_t_sample_weights_image::max

Definition at line 123 of file cs_sample.h.

◆ min

float sb_cs::SbSampleWeightsImage::min

minimum weight corresponding, in the image, the to value 1.

See also
sb_t_sample_weights_image::min

Definition at line 128 of file cs_sample.h.


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