←Select platform

SegmentCommandFlags Enumeration

Summary
This enumeration indicates the color space used in the segmentation.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum SegmentCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTSegmentCommandFlags) 
public final class SegmentCommandFlags 
    extends java.lang.Enum<SegmentCommandFlags> 
[FlagsAttribute()] 
public enum class SegmentCommandFlags   
class SegmentCommandFlags(Enum): 
   None = 0 
   Rgb = 1 
   Y = 2 
   U = 3 
   V = 4 
   Uv = 5 
   NgtvUv = 16 
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.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.