|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.process.StackConverter
public class StackConverter
This class does stack type conversions.
Constructor Summary | |
---|---|
StackConverter(ImagePlus imp)
|
Method Summary | |
---|---|
void |
convertToGray16()
Converts this Stack to 16-bit grayscale. |
void |
convertToGray32()
Converts this Stack to 32-bit (float) grayscale. |
void |
convertToGray8()
Converts this Stack to 8-bit grayscale. |
void |
convertToHSBHyperstack()
Converts the stack (which must be RGB) to a 3 channel (hue, saturation and brightness) hyperstack. |
void |
convertToIndexedColor(int nColors)
Converts the stack to 8-bits indexed color. |
void |
convertToRGB()
Converts the Stack to RGB. |
void |
convertToRGBHyperstack()
Converts the stack (which must be RGB) to a 3 channel (red, green and blue) hyperstack. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackConverter(ImagePlus imp)
Method Detail |
---|
public void convertToGray8()
public void convertToGray16()
public void convertToGray32()
public void convertToRGB()
public void convertToRGBHyperstack()
public void convertToHSBHyperstack()
public void convertToIndexedColor(int nColors)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |