Leadtools.Mrc Namespace : MrcSegmentImageFlags Enumeration |
[FlagsAttribute()] public enum MrcSegmentImageFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum MrcSegmentImageFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MrcSegmentImageFlags
[FlagsAttribute()] public enum class MrcSegmentImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | SegmentWithBackground | Search for background segments. |
0x00000000 | FavorOneBit | The prefer segments type upon the others is one bit. |
0x00000000 | AdvancedFeatureBasedSegmentation | Use Advanced Feature Based Segmentation, distinguishing between different image segments by utilizing features such as (Text Paragraphs and Graphics). Then classifying the segements according to color. This is extremely useful for document images where text is the most important portion of the image. |
0x00000001 | FavorTwoBit | The prefer segments type upon the others is two bit. |
0x00000002 | ForceOneBit | Force all two bit segment types to be one bit segments. |
0x00000003 | ForceTwoBit | Force all one bit segment types to be two bit segments. |
0x00000010 | SegmentWithOutBackground | Do not search for background segments. |
0x00000100 | NormalSegmentation | Use normal segmentation, distinguishing between different image segments by utilizing the image colors. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcSegmentImageFlags