LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ModalityLookupTableCommandFlags Enumeration

Show in webframe







Indicates which color space is selected.
Syntax
[FlagsAttribute()]
public enum ModalityLookupTableCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum ModalityLookupTableCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ModalityLookupTableCommandFlags
[FlagsAttribute()]
public enum ModalityLookupTableCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTModalityLookupTableCommandFlags
public enum ModalityLookupTableCommandFlags
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags = function() { };
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags.prototype = {
None = 0x00000000, SignedLookupTable = 0x00000001, UpdateMinMax = 0x00000002, UseFullRange = 0x00000004, AllowRangeExpansion = 0x00000008, };
[FlagsAttribute()]
public enum class ModalityLookupTableCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo Flags.
0x00000001SignedLookupTableIf set, the LookupTable entries are signed 16-bit values. If not set, the LookupTable entries are unsigned 16-bit values.(This flag is used by the ApplyModalityLookupTableCommand but not used in the ApplyLinearModalityLookupTableCommand).
0x00000002UpdateMinMaxUpdate Leadtools.RasterImage.MinValue with the new minimum intensity value in the bitmap and Leadtools.RasterImage.MaxValue with the new maximum intensity value.
0x00000004UseFullRangeFor future use.
0x00000008AllowRangeExpansionAdjust the high bit and/or low bit (if possible) inside the image handle in order to be able to hold the range of pixel values after applying the modality LookupTable. (This flag is used by ApplyLinearModalityLookupTableCommand but not used in ApplyModalityLookupTableCommand).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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