public class TypeConverter extends Object
| Constructor | Description |
|---|---|
TypeConverter(ImageProcessor ip,
boolean doScaling) |
| Modifier and Type | Method | Description |
|---|---|---|
ImageProcessor |
convertToByte() |
Converts processor to a ByteProcessor.
|
ImageProcessor |
convertToFloat(float[] ctable) |
Converts processor to a FloatProcessor.
|
ImageProcessor |
convertToRGB() |
Converts processor to a ColorProcessor.
|
ImageProcessor |
convertToShort() |
Converts processor to a ShortProcessor.
|
public TypeConverter(ImageProcessor ip, boolean doScaling)
public ImageProcessor convertToByte()
public ImageProcessor convertToShort()
public ImageProcessor convertToFloat(float[] ctable)
public ImageProcessor convertToRGB()