LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

DicomLookupTableDescriptor Constructor(Int32,Int32)

Show in webframe







The second value in the "LookupTable Descriptor", this specifies the first input value mapped.
The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data.
Initializes a new DicomLookupTableDescriptor with explicit parameters.
Syntax
public DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)
'Declaration
 
Public Function New( _
   ByVal firstStoredPixelValueMapped As Integer, _
   ByVal entryBits As Integer _
)
'Usage
 
Dim firstStoredPixelValueMapped As Integer
Dim entryBits As Integer
 
Dim instance As New DicomLookupTableDescriptor(firstStoredPixelValueMapped, entryBits)
public DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)
- (id)initWithFirstStoredPixelValueMapped:(int)firstStoredPixelValueMapped 
                                entryBits:(unsigned int)entryBits;
            
public DicomLookupTableDescriptor(
   int firstStoredPixelValueMapped, 
   int entryBits
)
            
function DicomLookupTableDescriptor( 
   firstStoredPixelValueMapped ,
   entryBits 
)
public:
DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)

Parameters

firstStoredPixelValueMapped
The second value in the "LookupTable Descriptor", this specifies the first input value mapped.
entryBits
The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data.
Example
Refer to ApplyModalityLookupTableCommand (DicomLookupTableDescriptor,short[], ModalityLookupTableCommandFlags)
Requirements

Target Platforms

See Also

Reference

DicomLookupTableDescriptor Class
DicomLookupTableDescriptor Members
Overload List

 

 


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