|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.filtering.ImageFilteringTool
edu.stanford.rsl.konrad.filtering.IndividualImageFilteringTool
edu.stanford.rsl.konrad.filtering.redundancy.ParkerWeightingTool
edu.stanford.rsl.konrad.filtering.redundancy.NooWeightingTool
public class NooWeightingTool
Constructor Summary | |
---|---|
NooWeightingTool()
|
Method Summary | |
---|---|
ij.process.ImageProcessor |
applyToolToProcessor(ij.process.ImageProcessor imageProcessor)
Applies the tool to the given image processor. |
IndividualImageFilteringTool |
clone()
All ImageFilteringTools need to be Cloneable in order to enable multiple processor usage. |
void |
configure()
Configures the object before execution |
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format |
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format |
java.lang.String |
getToolName()
returns the name of the actual tool which was used. |
Methods inherited from class edu.stanford.rsl.konrad.filtering.redundancy.ParkerWeightingTool |
---|
computeParkerWeights1D, computeParkerWeights1D, getDetectorWidth, getNumberOfProjections, getPixelDimensionX, getPrimaryAngles, getSourceToDetectorDistance, isDeviceDependent, linearWeight, setConfiguration, setDetectorWidth, setNumberOfProjections, setPixelDimensionX, setPrimaryAngles, setSourceToDetectorDistance |
Methods inherited from class edu.stanford.rsl.konrad.filtering.IndividualImageFilteringTool |
---|
applyToolToProcessor, getFilteredImageProcessor, getImageIndex, getProcessName, prepareForSerialization, run, setImageIndex, setImageProcessor, setLatch |
Methods inherited from class edu.stanford.rsl.konrad.filtering.ImageFilteringTool |
---|
getFilterTools, isConfigured, setConfigured, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NooWeightingTool()
Method Detail |
---|
public IndividualImageFilteringTool clone()
IndividualImageFilteringTool
clone
in class ParkerWeightingTool
public java.lang.String getToolName()
ImageFilteringTool
getToolName
in class ParkerWeightingTool
public ij.process.ImageProcessor applyToolToProcessor(ij.process.ImageProcessor imageProcessor)
ParkerWeightingTool
applyToolToProcessor
in class ParkerWeightingTool
imageProcessor
- the ImageProcessor
public void configure() throws java.lang.Exception
GUIConfigurable
configure
in interface GUIConfigurable
configure
in class ParkerWeightingTool
java.lang.Exception
- may happenpublic java.lang.String getBibtexCitation()
Citeable
getBibtexCitation
in interface Citeable
getBibtexCitation
in class ParkerWeightingTool
public java.lang.String getMedlineCitation()
Citeable
getMedlineCitation
in interface Citeable
getMedlineCitation
in class ParkerWeightingTool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |