Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/StackProcessor.html
Дата изменения: Thu Dec 2 23:03:11 2010 Дата индексирования: Mon Oct 1 22:51:54 2012 Кодировка: Поисковые слова: mdi |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.process.StackProcessor
public class StackProcessor
This class processes stacks.
Constructor Summary | |
---|---|
StackProcessor(ImageStack stack,
ImageProcessor ip)
Constructs a StackProcessor from a stack. |
Method Summary | |
---|---|
void |
applyTable(int[] table)
|
void |
copyBits(ImageProcessor src,
int xloc,
int yloc,
int mode)
|
void |
copyBits(ImageStack src,
int xloc,
int yloc,
int mode)
|
ImageStack |
crop(int x,
int y,
int width,
int height)
Crops the stack to the specified rectangle. |
void |
flipHorizontal()
|
void |
flipVertical()
|
void |
invert()
|
ImageStack |
resize(int newWidth,
int newHeight)
Creates a new stack with dimensions 'newWidth' x 'newHeight'. |
ImageStack |
rotateLeft()
|
ImageStack |
rotateRight()
|
void |
scale(double xScale,
double yScale)
|
void |
scale(double xScale,
double yScale,
double fillValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackProcessor(ImageStack stack, ImageProcessor ip)
Method Detail |
---|
public void invert()
public void flipHorizontal()
public void flipVertical()
public void applyTable(int[] table)
public void scale(double xScale, double yScale)
public void scale(double xScale, double yScale, double fillValue)
public ImageStack resize(int newWidth, int newHeight)
public ImageStack crop(int x, int y, int width, int height)
public ImageStack rotateRight()
public ImageStack rotateLeft()
public void copyBits(ImageProcessor src, int xloc, int yloc, int mode)
public void copyBits(ImageStack src, int xloc, int yloc, int mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |