Метод | Описание | |
---|---|---|
GrayscalePixelDataU16 ( int width, int height, ushort data ) : System | ||
Render ( ILUT lut, int output ) : void | ||
Rescale ( double scale ) : IPixelData |
public GrayscalePixelDataU16 ( int width, int height, ushort data ) : System | ||
width | int | |
height | int | |
data | ushort | |
Результат | System |
public Render ( ILUT lut, int output ) : void | ||
lut | ILUT | |
output | int | |
Результат | void |
public Rescale ( double scale ) : IPixelData | ||
scale | double | |
Результат | IPixelData |