public class SimulateAutomaticExposureControlTool extends AutomaticExposureControlCompensationTool
Constructor and Description |
---|
SimulateAutomaticExposureControlTool() |
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()
Method to copy one instance of this ImageFilteringTool.
|
java.lang.String |
getToolName()
Returns the name of the Filter
|
computeAdjustmentInformation, computelogI0, computelogLUT, configure, getBibtexCitation, getMedlineCitation, getSuccess, isDeviceDependent, readBetaFile, readConfigFile, setAdjustmentInformation, setConfiguration
getFilteredImage, getImageIndex, getProcessName, prepareForSerialization, run, setImageIndex, setImageProcessor, setLatch
getFilterTools, isConfigured, setConfigured, toString
public SimulateAutomaticExposureControlTool()
public java.lang.String getToolName()
getToolName
in class AutomaticExposureControlCompensationTool
public Grid2D applyToolToImage(Grid2D imageProcessor) throws java.lang.Exception
IndividualImageFilteringTool
applyToolToImage
in class AutomaticExposureControlCompensationTool
imageProcessor
- the ImageProcessorjava.lang.Exception
public IndividualImageFilteringTool clone()
clone
in class AutomaticExposureControlCompensationTool