SqueezeBrains SDK 1.18
|
Collection of functions to manage images. More...
Data Structures | |
class | sb_cs::SbRleSeg |
Image rle segment enumeration that wraps the sb_t_rle_seg structure More... | |
class | sb_cs::SbImage |
SbImage class that wraps the sb_t_image structure. You must call the Dispose() method to free all the resources of the returned instance. More... | |
Collection of functions to manage images.
|
strong |
Image compression type enumeration that wraps the sb_t_image_compress_type enum
Definition at line 26 of file cs_image.h.
|
strong |
Image flip mode enumeration that wraps the sb_t_image_flip_mode enum
Definition at line 36 of file cs_image.h.
|
strong |
Image format enumeration that wraps the sb_t_image_format enum
Definition at line 16 of file cs_image.h.
|
strong |
Interpolation mode enumeration that wraps the sb_t_interpolation_mode enum
Enumerator | |
---|---|
SB_INTERPOLATION_MODE_BILINEAR | Bilinear interpolation. |
SB_INTERPOLATION_MODE_NN | Nearest neighbor pixel interpolation. |
Definition at line 45 of file cs_image.h.