LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

LookupTable Property (ApplyModalityLookupTableCommand)

Show in webframe







Array of short values that contains the lookup table.
Syntax
public short[] LookupTable {get; set;}
'Declaration
 
Public Property LookupTable As Short()
'Usage
 
Dim instance As ApplyModalityLookupTableCommand
Dim value() As Short
 
instance.LookupTable = value
 
value = instance.LookupTable
public short[] LookupTable {get; set;}
@property (nonatomic, assign) const unsigned short* lookupTable;
public int[] getLookupTable()
public void setLookupTable(int[] value)
            
 
get_LookupTable();
set_LookupTable(value);
Object.defineProperty('LookupTable');
public:
property array<short>^ LookupTable {
   array<short>^ get();
   void set (    array<short>^ value);
}

Property Value

Array of short values that contains the lookup table. Its length determines the number of entries. All the pixels that are greater than FirstStoredPixelValueMapped + (LookupTable->Length) will be set to the last entry in the LookupTable (LookupTable[LookupTable->Length - 1]).
Example
Refer to ApplyModalityLookupTableCommand example.
Requirements

Target Platforms

See Also

Reference

ApplyModalityLookupTableCommand Class
ApplyModalityLookupTableCommand Members

 

 


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