Flags that identify certain segmentation options.
Value | Member | Description |
---|---|---|
0x00000000 | FavorOneBit | Favor 1 bit images whenever there's minimum data loss. |
0x00000000 | WithBackground | With Background images. Search for background within the image. |
0x00000001 | FavorTwoBit | Favor 2 bit images whenever there's minimum data loss. |
0x00000002 | ForceOneBit | Force 1 bit images whenever data loss is within accepted range. |
0x00000003 | ForceTwoBit | Force 2 bit images whenever data loss is within accepted range. |
0x00000010 | WithoutBackground | Without Background images. |