|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.utils.ImageProcessorBuffer
public class ImageProcessorBuffer
Class to buffer ImageProcessors which were processed in a parallel manner. Can also be used to sort the ImageProcessors efficiently.
Constructor Summary | |
---|---|
ImageProcessorBuffer()
creates a new ImageProcessorBuffer object. |
Method Summary | |
---|---|
void |
add(ij.process.ImageProcessor image,
int index)
adds the Image at index i; Previous entry will be overwritten. |
ij.process.ImageProcessor |
get(int index)
Returns the ImageProcessor at index index. |
void |
remove(int index)
Removes the image at the given index. |
int |
size()
returns the number of stored ImageProcessors |
ij.process.ImageProcessor[] |
toArray()
Returns a sorted array of the buffered ImageProcessors |
ij.ImagePlus |
toImagePlus(java.lang.String title)
Returns a sorted ImagePlus of the buffered ImageProcessors |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageProcessorBuffer()
Method Detail |
---|
public void add(ij.process.ImageProcessor image, int index)
image
- index
- public ij.process.ImageProcessor get(int index)
index
- the index
public void remove(int index)
index
- the index.public ij.process.ImageProcessor[] toArray()
public ij.ImagePlus toImagePlus(java.lang.String title)
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |