LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

LookupTable Property (WindowLevelExtCommand)

Show in webframe







Gets or sets an optional 16-bit lookup table that can be used to implement a user defined conversion.
Syntax
public RasterColor16[] LookupTable {get; set;}
'Declaration
 
Public Property LookupTable As RasterColor16()
'Usage
 
Dim instance As WindowLevelExtCommand
Dim value() As RasterColor16
 
instance.LookupTable = value
 
value = instance.LookupTable
public RasterColor16[] LookupTable {get; set;}
@property (nonatomic, strong) NSMutableArray* lookupTable;
public RasterColor16[] getLookupTable()
public void setLookupTable(RasterColor16[] value)
            
 
get_LookupTable();
set_LookupTable(value);
Object.defineProperty('LookupTable');
public:
property array<RasterColor16>^ LookupTable {
   array<RasterColor16>^ get();
   void set (    array<RasterColor16>^ value);
}

Property Value

Optional lookup table that can be used to implement a user defined conversion. For every intensity value between 0 and 2 raised to the power of (HighBit - LowBit + 1) - 1 there should be a corresponding entry in the lookup table that contains an 16-bit RGB quad. If LookupTable is null, the conversion is a normal shift (right or left) and the output image is 16-bit grayscale. If LookupTable is not null, the output image is a 48-bit image.
Example
Refer to WindowLevelExtCommand.
Requirements

Target Platforms

See Also

Reference

WindowLevelExtCommand Class
WindowLevelExtCommand Members

 

 


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