Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum SegmentCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum SegmentCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum SegmentCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SegmentCommandFlags : public Enum |
Member | Description |
---|---|
None | No Flags selected. |
Rgb | Comparison done on red, green and blue difference. |
Y | Comparison done on Y channel difference of YUV space. |
U | Comparison done on U channel difference of YUV space. |
V | Comparison done on V channel difference of YUV space. |
Uv | Comparison done on U and V channels difference of YUV space. |
NgtvUv | Consider negative values of U and V of YUV color space. This flag is used only with U or V flags. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.SegmentCommandFlags
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