SqueezeBrains SDK 1.18
sb_cs::SbSvlDlTilingPar Class Reference

SVL parameters that configure the Shallow Learning training, it wraps the sb_t_svl_dl_tiling_par structure More...

#include <cs_par.h>

Collaboration diagram for sb_cs::SbSvlDlTilingPar:

Data Fields

int num_tiles
 Number of horizontal and vertical tiles used to process the image. More...
 
SbTilingMode mode
 Automatic tiling mode for image processing. More...
 
SbRangeFlt scale
 Scale to applied to the image before the processing. More...
 

Detailed Description

SVL parameters that configure the Shallow Learning training, it wraps the sb_t_svl_dl_tiling_par structure

Definition at line 526 of file cs_par.h.

Field Documentation

◆ mode

SbTilingMode sb_cs::SbSvlDlTilingPar::mode

Automatic tiling mode for image processing.

See also
sb_t_svl_dl_tiling_par::mode

Definition at line 539 of file cs_par.h.

◆ num_tiles

int sb_cs::SbSvlDlTilingPar::num_tiles

Number of horizontal and vertical tiles used to process the image.

See also
sb_t_svl_dl_tiling_par::num_tiles

Definition at line 533 of file cs_par.h.

◆ scale

SbRangeFlt sb_cs::SbSvlDlTilingPar::scale

Scale to applied to the image before the processing.

See also
sb_t_svl_dl_tiling_par::scale

Definition at line 545 of file cs_par.h.


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