|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.science.analysis.BinaryImageAnalysisTool
edu.stanford.rsl.science.analysis.AnalyzeAutomaticExposureControlTool
public class AnalyzeAutomaticExposureControlTool
Estimates the effect of the automatic exposure control (AEC) on the image given an input image and a corrected image.
Returns the slope and the intercept of the linear correction.
A detailed description of regression methods can be found here:
&at;book{Maier09-SOC,
number={29},
author={Andreas Maier},
keywords={Speech Recognition; Speech of Children; Cleft Lip and Palate; Automatic Assessment},
url={http://peaks.informatik.uni-erlangen.de/maier.pdf},
edition={1},
isbn={978-3-8325-2144-8},
publisher={Logos},
volume={29},
title={{Speech of Children with Cleft Lip and Palate: Automatic Assessment}},
year={2009},
}
Constructor Summary | |
---|---|
AnalyzeAutomaticExposureControlTool()
|
Method Summary | |
---|---|
BinaryImageAnalysisTool |
clone()
|
java.lang.String |
getToolName()
|
java.lang.String |
interpretResult()
This method is used to interpret the computed Result as String. |
static java.lang.String |
interpretResult(java.lang.Object analysisResult)
|
void |
prepareImages(ij.ImagePlus first,
ij.ImagePlus second)
Nothing to be prepared. |
void |
run()
This method actually estimates the correction which is based on linear regression. |
static void |
writeAECInfoToFile(java.lang.Object[] result,
java.lang.String filename)
Writes the estimated parameters into a text file |
Methods inherited from class edu.stanford.rsl.science.analysis.BinaryImageAnalysisTool |
---|
getAnalysisResult, getFirstImageProcessor, getProcessName, getSecondImageProcessor, setFirstImageProcessor, setLatch, setSecondImageProcessor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalyzeAutomaticExposureControlTool()
Method Detail |
---|
public void run()
public java.lang.String interpretResult()
BinaryImageAnalysisTool
interpretResult
in class BinaryImageAnalysisTool
public static java.lang.String interpretResult(java.lang.Object analysisResult)
public BinaryImageAnalysisTool clone()
clone
in class BinaryImageAnalysisTool
public static void writeAECInfoToFile(java.lang.Object[] result, java.lang.String filename) throws java.io.IOException
result
- the set of parametersfilename
- the file to store them
java.io.IOException
- may happen.public void prepareImages(ij.ImagePlus first, ij.ImagePlus second)
prepareImages
in class BinaryImageAnalysisTool
first
- the first ImagePlussecond
- the second ImagePluspublic java.lang.String getToolName()
getToolName
in class BinaryImageAnalysisTool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |