![]() |
SB SDK 1.11
|
Deep Learning modules parameters. More...
#include <sb.h>
Data Fields | |
sb_t_network_type | type |
Network type. More... | |
sb_t_size | input_size |
Network input size. More... | |
sb_t_image_format | image_format |
Network input image format. More... | |
int | n_channels |
Deep Learning Network input channels. More... | |
Deep Learning modules parameters.
Used only by Deep Cortex and Deep Surface projects.
sb_t_image_format sb_t_svl_dl_par_network::image_format |
Network input image format.
Image format of the image that network expecting to elaborate. If the value is different from image format of the source image to be elaborated, the latter will be converted to be equal to the network one.
It is set to SB_IMAGE_FORMAT_RGB888 .
sb_t_size sb_t_svl_dl_par_network::input_size |
Network input size.
It determines, at which resolution, images must be resized before to be elaborated by the network. Each sb_t_svl_dl_par_network::type has its input size, which is fixed.
int sb_t_svl_dl_par_network::n_channels |
Deep Learning Network input channels.
Number of input channels of the network. The value is directly related to sb_t_svl_dl_par_network::image_format.
It is set = 3.
sb_t_network_type sb_t_svl_dl_par_network::type |
Network type.
It specifies the Convolutional Neural Network (CNN) algorithm to be used by functions sb_svl_run and sb_project_detection.
Allowed values for Deep Cortex projects are:
Allowed values for Deep Surface projects are: