|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.phantom.renderer.PhantomRenderer
edu.stanford.rsl.konrad.phantom.renderer.RampProjectionPhantomRenderer
public class RampProjectionPhantomRenderer
Class which generates an intensity ramp across the image in each image of the stack. Useful to investigate intensity-dependent processing.
Constructor Summary | |
---|---|
RampProjectionPhantomRenderer()
|
Method Summary | |
---|---|
void |
configure()
Configures the object before execution |
ij.ImagePlus |
createPhantom()
Method to start the voxelization of the phantom. |
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format |
int |
getHeight()
|
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format |
ij.process.ImageProcessor |
getNextProjection()
Returns the next projection. |
double |
getSlope()
|
int |
getStack()
|
int |
getWidth()
returns the width |
void |
setHeight(int height)
|
void |
setSlope(double slope)
|
void |
setStack(int stack)
|
void |
setWidth(int width)
sets the width of the image to be rendered |
java.lang.String |
toString()
Returns the name of the phantom |
Methods inherited from class edu.stanford.rsl.konrad.phantom.renderer.PhantomRenderer |
---|
createEmptyVolume, getCurrentProjectionNumber, getNextProjection, getPhantoms, isConfigured |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RampProjectionPhantomRenderer()
Method Detail |
---|
public ij.ImagePlus createPhantom()
PhantomRenderer
createPhantom
in class PhantomRenderer
public void setWidth(int width)
width
- the image widthpublic int getWidth()
public void setHeight(int height)
public int getHeight()
public void setStack(int stack)
public int getStack()
public void setSlope(double slope)
public double getSlope()
public java.lang.String toString()
PhantomRenderer
toString
in class PhantomRenderer
public java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happenpublic ij.process.ImageProcessor getNextProjection()
ProjectionSource
ProjectionSource.getCurrentProjectionNumber()
,
ProjectionSource.getNextProjection(IndividualImagePipelineFilteringTool tool)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |