Elements
| Name | Description |
|---|---|
| OT\_Background | Color objects on the background. |
| OT\_Full | All color object on the image. |
| OT\_Stamp | Color stamps and signatures. |
typedef enum {
OT_Full,
OT_Background,
OT_Stamp
} ObjectsTypeEnum;
| Name | Description |
|---|---|
| OT\_Background | Color objects on the background. |
| OT\_Full | All color object on the image. |
| OT\_Stamp | Color stamps and signatures. |
Was this page helpful?