LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SegmentCommandFlags Enumeration
See Also  



This enumeration indicates the color space used in the segmentation. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
NgtvUvConsider negative values of U and V of YUV color space. This flag is used only with U or V flags.
NoneNo Flags selected.
RgbComparison done on red, green and blue difference.
UComparison done on U channel difference of YUV space.
UvComparison done on U and V channels difference of YUV space.
VComparison done on V channel difference of YUV space.
YComparison done on Y channel difference of YUV space.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.SegmentCommandFlags

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also