public abstract class LookupTables extends Object
LutLoader
.Constructor and Description |
---|
LookupTables() |
Modifier and Type | Method and Description |
---|---|
static void |
brightLut(ij.process.ImageProcessor ip,
int minGray)
Modifies the lookup table to display a bright image with gray values
in the range minGray ...
|
static ij.process.LUT |
create(byte[] r,
byte[] g,
byte[] b)
Create a new lookup-table from three RGB arrays of length 256.
|
static ij.process.LUT |
fire()
ImageJ's 'fire' LUT, as originally defined in class
LutLoader . |
static ij.process.LUT |
grays()
ImageJ's 'grays' LUT, as originally defined in class
LutLoader . |
static ij.process.LUT |
ice()
ImageJ's 'ice' LUT, as originally defined in class
LutLoader . |
static void |
listCurrentLut(ij.process.ImageProcessor ip)
Lists the contents of the lookup-table currently associated
with the specified image.
|
static ij.process.LUT |
redgreen()
ImageJ's 'redgreen' LUT, as originally defined in class
LutLoader . |
static ij.process.LUT |
rgb332()
ImageJ's 'rgb332' LUT, as originally defined in class
LutLoader . |
static ij.process.LUT |
spectrum()
ImageJ's 'spectrum' LUT, as originally defined in class
LutLoader . |
public LookupTables()
public static ij.process.LUT create(byte[] r, byte[] g, byte[] b)
r
- Red component values.g
- Green component values.b
- Blue component values.LUT
.public static ij.process.LUT fire()
LutLoader
.LUT
.public static ij.process.LUT grays()
LutLoader
.LUT
.public static ij.process.LUT ice()
LutLoader
.LUT
.public static ij.process.LUT spectrum()
LutLoader
.LUT
.public static ij.process.LUT rgb332()
LutLoader
.LUT
.public static ij.process.LUT redgreen()
LutLoader
.LUT
.public static void listCurrentLut(ij.process.ImageProcessor ip)
ip
- The image.public static void brightLut(ij.process.ImageProcessor ip, int minGray)
ip
- The target image.minGray
- Minimum gray value.Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)