KiCad PCB EDA Suite
|
one 8bit-channel image definition. More...
#include <wx/string.h>
Go to the source code of this file.
Classes | |
struct | S_FILTER |
5x5 Filter struct parameters More... | |
class | IMAGE |
Manage an 8-bit channel image. More... | |
Enumerations | |
enum class | IMAGE_OP { RAW , ADD , SUB , DIF , MUL , AND , OR , XOR , BLEND50 , MIN , MAX } |
Image operation type. More... | |
enum class | IMAGE_WRAP { ZERO , CLAMP , WRAP } |
Image wrap type enumeration. More... | |
enum class | IMAGE_FILTER { HIPASS , GAUSSIAN_BLUR , GAUSSIAN_BLUR2 , INVERT_BLUR , CARTOON , EMBOSS , SHARPEN , MELT , SOBEL_GX , SOBEL_GY , BLUR_3X3 } |
Filter type enumeration. More... | |
one 8bit-channel image definition.
Definition in file image.h.
|
strong |
Filter type enumeration.
Enumerator | |
---|---|
HIPASS | |
GAUSSIAN_BLUR | |
GAUSSIAN_BLUR2 | |
INVERT_BLUR | |
CARTOON | |
EMBOSS | |
SHARPEN | |
MELT | |
SOBEL_GX | |
SOBEL_GY | |
BLUR_3X3 |
Definition at line 62 of file image.h.
|
strong |