IContrastTable Interface

Provides access to members that control a contrast table.

Members

Name Description
Method Bin Translates pixel values to integers.
Read/write property LUT Lookup table array of double precision floats.
Method TranslateValue Translates pixel values to table entries.

IContrastTable.Bin Method

Translates pixel values to integers.

Public Function Bin ( _
    ByVal pixval As Double _
) As Integer
public int Bin (
    double pixval
);

IContrastTable.LUT Property

Lookup table array of double precision floats.

Public Property LUT As Object
public object LUT {get; set;}

IContrastTable.TranslateValue Method

Translates pixel values to table entries.

Public Function TranslateValue ( _
    ByVal pixval As Double _
) As Double
public double TranslateValue (
    double pixval
);

Classes that implement IContrastTable

Classes Description

Remarks

This interface is not intended to be used by outside developers.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.