MrcSegmentImageFlags Enumeration

Summary

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

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum MrcSegmentImageFlags 
  
<FlagsAttribute()> 
Public Enum MrcSegmentImageFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class MrcSegmentImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000000SegmentWithBackgroundSearch for background segments.
0x00000000FavorOneBitThe prefer segments type upon the others is one bit.
0x00000000AdvancedFeatureBasedSegmentationUse 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.
0x00000001FavorTwoBitThe prefer segments type upon the others is two bit.
0x00000002ForceOneBitForce all two bit segment types to be one bit segments.
0x00000003ForceTwoBitForce all one bit segment types to be two bit segments.
0x00000010SegmentWithOutBackgroundDo not search for background segments.
0x00000100NormalSegmentationUse normal segmentation, distinguishing between different image segments by utilizing the image colors.

Requirements

Target Platforms

See Also

Reference

Leadtools.Mrc Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly