ObjectsTypeEnum
ObjectsTypeEnum enumeration constants describe available types of color objects which can be removed from the image.
typedef enum {
OT_Full,
OT_Background,
OT_Stamp
} ObjectsTypeEnum;
Elements
Name | Description |
---|---|
OT_Background | Color objects on the background. |
OT_Full | All color object on the image. |
OT_Stamp | Color stamps and signatures. |
Used in
7/3/2024 8:50:25 AM