LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

LookupTable Property (ApplyVoiLookupTableCommand)






Array of short values which contains the lookup table. .NET support WinRT support Silverlight support
Syntax
public short[] LookupTable {get; set;}
'Declaration
 
Public Property LookupTable As Short()
'Usage
 
Dim instance As ApplyVoiLookupTableCommand
Dim value() As Short
 
instance.LookupTable = value
 
value = instance.LookupTable
public short[] LookupTable {get; set;}
 get_LookupTable();
set_LookupTable(value);
public:
property array<short>^ LookupTable {
   array<short>^ get();
   void set (    array<short>^ value);
}

Property Value

Array of short values which 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 ApplyVoiLookupTableCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplyVoiLookupTableCommand Class
ApplyVoiLookupTableCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.