Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

SegmentCommandFlags Enumeration








This enumeration indicates the color space used in the segmentation.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum SegmentCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As SegmentCommandFlags
typedef NS_OPTIONS(NSUInteger, LTSegmentCommandFlags)
public enum SegmentCommandFlags
Leadtools.ImageProcessing.Color.SegmentCommandFlags = function() { };
Leadtools.ImageProcessing.Color.SegmentCommandFlags.prototype = {<br/>
  None = 0x00000000,
	Rgb = 0x00000001,
	Y = 0x00000002,
	U = 0x00000003,
	V = 0x00000004,
	Uv = 0x00000005,
	NgtvUv = 0x00000010,
	
 };
[FlagsAttribute()]
public enum class SegmentCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No Flags selected.
0x00000001Rgb Comparison done on red, green and blue difference.
0x00000002Y Comparison done on Y channel difference of YUV space.
0x00000003U Comparison done on U channel difference of YUV space.
0x00000004V Comparison done on V channel difference of YUV space.
0x00000005Uv Comparison done on U and V channels difference of YUV space.
0x00000010NgtvUv Consider negative values of U and V of YUV color space. This flag is used only with U or V flags.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

Error processing SSI file