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 MrcSegmentImageFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Mrc.MrcSegmentImageFlags = function() { }; Leadtools.Mrc.MrcSegmentImageFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class MrcSegmentImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
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 one bit segments. |
ForceTwoBit | Force all one bit segment types to be two bit segments. |
NormalSegmentation | Use normal segmentation, distinguishing between different image segments by utilizing the image colors. |
SegmentWithBackground | Search for background segments. |
SegmentWithOutBackground | Do not search for background segments. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcSegmentImageFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2