|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.video.analysis.AnalyzedImage
ImageAnalysisEngine
.
@Deprecated public class AnalyzedImage
AnalyzedImage
is a wrapper for the image, which provides
statistical parameters of the supplied image. This class accepts an intensity
image (given at construction) and performs statistical analysis. The
calculated values can be obtained through the getter methods for each of the
specific calculated parameters.
Constructor Summary | |
---|---|
AnalyzedImage(ColorDecoder decoder,
int[] image,
int scan,
int x,
int y,
int w,
int h,
double threshold)
Deprecated. Constructs a new AnalyzedImage, which accepts an image matrix. |
Method Summary | |
---|---|
double |
getAmplitude2D()
Deprecated. Returns the maximum pixel value (as returned by ColorDecoder assigned to this AnalyzedImage) across the entire image. |
double |
getAngle2D()
Deprecated. Returns the angle of rotation of the 2-dimensional intensity profile around its center (the angle between x and a and y and b axes). |
double |
getConst2D()
Deprecated. Returns the minimum pixel value (as returned by ColorDecoder assigned to this AnalyzedImage) across the entire image. |
int[] |
getImage()
Deprecated. Returns the intensity image, which was analyzed by this class. |
double |
getMeanX()
Deprecated. Returns the mean value of the side view projection of the image on the x axis. |
double |
getMeanY()
Deprecated. Returns the mean value of the side view projection of the image on the y axis. |
int |
getROIH()
Deprecated. The height of the region of interest. |
int |
getROIW()
Deprecated. The width of the region of interest. |
int |
getROIX()
Deprecated. Left coordinate of the region of interest. |
int |
getROIY()
Deprecated. Upper coordinate of the region of interest. |
int |
getScan()
Deprecated. Returns the width of the row in the image matrix (the matrix is combined into a single array returned by getImage() ); |
double |
getSideViewAmplitudeX()
Deprecated. Returns the amplitude (maximum minus minimum) value of the side view projection of the image on the x axis. |
double |
getSideViewAmplitudeY()
Deprecated. Returns the amplitude (maximum minus minimum) value of the side view projection of the image on the y axis. |
double |
getSideViewConstX()
Deprecated. Returns the constant (minimum) value of the side view projection of the image on the x axis. |
double |
getSideViewConstY()
Deprecated. Returns the constant (minimum) value of the side view projection of the image on the y axis. |
double[] |
getSideViewX()
Deprecated. Returns the array representing the side projection of the intensity image on the X axis. |
double[] |
getSideViewY()
Deprecated. Returns the array representing the side projection of the intensity image on the Y axis. |
double |
getStdA()
Deprecated. Returns the standard deviation of the 2-dimensional intensity image in the direction of the "a" axis of the profile (assuming an elliptical profile). |
double |
getStdB()
Deprecated. Returns the standard deviation of the 2-dimensional intensity image in the direction of the "b" axis of the profile (assuming an elliptical profile). |
double |
getStdX()
Deprecated. Returns the standard deviation of the side view projection of the image on the x axis. |
double |
getStdY()
Deprecated. Returns the standard deviation of the side view projection of the image on the y axis. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalyzedImage(ColorDecoder decoder, int[] image, int scan, int x, int y, int w, int h, double threshold) throws java.lang.Exception
decoder
- the ColorDecoder to be used for transforming
the TYPE_INT_ARGB integer color code into a
meaningful double valueimage
- the image represented by an array of intensity values.
Consider this array to be an intensity image matrix combined
into a single array one row after anotherscan
- the length of a single row in the image matrixx
- region of interest left coordinatey
- region of interest upper coordinatew
- the width of the region of interesth
- the height of the region of interestthreshold
- the threshold below which all values are neglected
java.lang.Exception
Method Detail |
---|
public int[] getImage()
public int getScan()
getImage()
);
public int getROIH()
public int getROIW()
public int getROIX()
public int getROIY()
public double getStdA()
#getImage()}
public double getStdB()
#getImage()}
public double getAngle2D()
#getImage()}
public double getConst2D()
#getImage()}
public double getAmplitude2D()
#getImage()}
public double[] getSideViewX()
#getImage()}
public double[] getSideViewY()
#getImage()}
public double getStdX()
getSideViewX()
.
public double getStdY()
getSideViewY()
.
public double getMeanX()
getSideViewX()
.
public double getMeanY()
getSideViewY()
.
public double getSideViewAmplitudeX()
getSideViewX()
.
public double getSideViewAmplitudeY()
getSideViewY()
.
public double getSideViewConstX()
getSideViewX()
.
public double getSideViewConstY()
getSideViewY()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |