LEADTOOLS MRC (Leadtools.Mrc assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MrcSegmentImageFlags Enumeration
See Also  
Leadtools.Mrc Namespace : MrcSegmentImageFlags Enumeration



The MrcSegmentImageFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.

Flags that indicate the segmentation preference, whether to force segments to be 2-bit segments, and whether to search for background segments.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum MrcSegmentImageFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MrcSegmentImageFlags
C# 
[FlagsAttribute()]
public enum MrcSegmentImageFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class MrcSegmentImageFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AdvancedFeatureBasedSegmentationUse 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.
FavorOneBitThe prefer segments type upon the others is one bit.
FavorTwoBitThe prefer segments type upon the others is two bit.
ForceOneBitForce all two bit segment types to be two bit segments.
ForceTwoBitForce all one bit segment types to be two bit segments.
NormalSegmentationUse normal segmentation, distinguishing between different image segments by utilizing the image colors.
SegmentWithBackgroundSearch for background segments.
SegmentWithOutBackgroundDo not search for background segments.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Mrc.MrcSegmentImageFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Mrc requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features