CombineFlags property (ILEADRasterMrc)
|
CombineFlagsConstants CombineFlags | |
|
Overview |
Refer to Working with the MRC Bitmap. |
Remarks
(Document/Medical only) (Persistent property, available at design time) Flag that indicates how segments will be combined. Possible values are:
|
Setting |
Description |
|
COMBINE_FORCE |
[0x00] Always combine segments of any type. |
|
COMBINE_FORCESIMILAR |
[0x01] Always combine similar segments. |
|
COMBINE_TRY |
[0x02] Use the CombineFactor property to determine similarity, and combine similar segments. |
For the COMBINE_FORCESIMILAR value, similar means either identical or one of the following:
SEGTYPE_TEXT_1BIT_BW, SEGTYPE_TEXT_1BIT_COLOR or SEGTYPE_TEXT_2BIT_COLOR
SEGTYPE_TEXT_1BIT_COLOR or SEGTYPE_TEXT_2BIT_COLOR
SEGTYPE_GRAYSCALE_2BIT or SEGTYPE_GRAYSCALE_8BIT
SEGTYPE_GRAYSCALE_8BIT or SEGTYPE_PICTURE
Call the StartSegmentation method before using any of the segmentation functions. Call the StopSegmentation method to end the bitmap segmentation and free all data variables and buffers.
See Also
|
Elements |
AutoSegment method, CombineSegments method, CombineFactor property |
|
Topics |
Raster Images: Automatic Segmantation |