3.3.2.7. Struct StreamBlock¶
- Defined in File stream_block.h
3.3.2.7.1. Struct Documentation¶
-
struct
StreamBlock
¶ Stream block.
Public Functions
-
StreamBlock
()¶
-
StreamBlock
(Image &&i_block_image, int i_row_idx, int i_col_idx, const Padding &i_padding)¶ Instanciate a stream block from its block image and its position in the input image.
- Parameters
block_image
: image buffer of this blockrow_idx
: row index of the top left corner in the input imagecol_idx
: col index of the top left corner in the input imagepadding
: required filter padding
-
~StreamBlock
()¶
-
StreamBlock
(const StreamBlock&)¶
-
StreamBlock &
operator=
(const StreamBlock&)¶
-
StreamBlock
(StreamBlock&&)¶
-
StreamBlock &
operator=
(StreamBlock&&)¶
-