LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

SegmentCommandFlags Enumeration






This enumeration indicates the color space used in the segmentation. .NET support WinRT support Silverlight support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum SegmentCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SegmentCommandFlags
[FlagsAttribute()]
public enum SegmentCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Color.SegmentCommandFlags = function() { };
Leadtools.ImageProcessing.Color.SegmentCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class SegmentCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: 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

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.