LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

SegmentCommandFlags Enumeration

Show in webframe







This enumeration indicates the color space used in the segmentation.
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  
enum LTSegmentCommandFlags
public enum SegmentCommandFlags
Leadtools.ImageProcessing.Color.SegmentCommandFlags = function() { };
Leadtools.ImageProcessing.Color.SegmentCommandFlags.prototype = {
None = 0x00000000, Rgb = 0x00000001, Y = 0x00000002, U = 0x00000003, V = 0x00000004, NgtvUv = 0x00000010, Uv = 0x00000010, };
[FlagsAttribute()]
public enum class SegmentCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo Flags selected.
0x00000001RgbComparison done on red, green and blue difference.
0x00000002YComparison done on Y channel difference of YUV space.
0x00000003UComparison done on U channel difference of YUV space.
0x00000004VComparison done on V channel difference of YUV space.
0x00000010NgtvUvConsider negative values of U and V of YUV color space. This flag is used only with U or V flags.
0x00000010UvComparison done on U and V channels difference of YUV space.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.