Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum MrcSegmentImageFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum MrcSegmentImageFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class MrcSegmentImageFlags : public Enum |
Member | Description |
---|---|
FavorOneBit | The prefer segments type upon the others is one bit. |
FavorTwoBit | The prefer segments type upon the others is two bit. |
ForceOneBit | Force all two bit segment types to be two bit segments. |
ForceTwoBit | Force all one bit segment types to be two bit segments. |
SegmentWithBackground | Search for background segments. |
SegmentWithOutBackground | Do not search for background segments. |
NormalSegmentation | Use normal segmentation, distinguishing between different image segments by utilizing the image colors. |
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcSegmentImageFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family