public class NumericalDerivativeComputationTool extends IndividualImageFilteringTool
Constructor and Description |
---|
NumericalDerivativeComputationTool() |
Modifier and Type | Method and Description |
---|---|
Grid2D |
applyToolToImage(Grid2D imageProcessor)
Is called in every thread to apply the tool to an individual ImageProcessor
|
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
|
int |
getnTimes() |
java.lang.String |
getToolName()
returns the name of the actual tool which was used.
|
boolean |
isDeviceDependent()
returns true, if the filter models or compensates device dependent, i.e.
|
boolean |
isHorizontal() |
boolean |
isTwoD() |
void |
setHorizontal(boolean horizontal) |
void |
setnTimes(int nTimes) |
void |
setTwoD(boolean twoD) |
getFilteredImage, getImageIndex, getProcessName, prepareForSerialization, run, setImageIndex, setImageProcessor, setLatch
getFilterTools, isConfigured, setConfigured, toString
public IndividualImageFilteringTool clone()
IndividualImageFilteringTool
clone
in class IndividualImageFilteringTool
public java.lang.String getToolName()
ImageFilteringTool
getToolName
in class ImageFilteringTool
public Grid2D applyToolToImage(Grid2D imageProcessor)
IndividualImageFilteringTool
applyToolToImage
in class IndividualImageFilteringTool
imageProcessor
- the ImageProcessorpublic void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happenpublic boolean isDeviceDependent()
ImageFilteringTool
isDeviceDependent
in class ImageFilteringTool
public java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public int getnTimes()
public void setnTimes(int nTimes)
nTimes
- the nTimes to setpublic boolean isTwoD()
public void setTwoD(boolean twoD)
twoD
- the twoD to setpublic boolean isHorizontal()
public void setHorizontal(boolean horizontal)
horizontal
- the horizontal to set