public class ImageStats
extends java.lang.Object
| Constructor and Description |
|---|
ImageStats(ImageHandler image,
ImageInt mask) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getHisto256() |
double |
getHisto256BinSize() |
ImageHandler |
getImage() |
ImageInt |
getMask() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getRootMeanSquare() |
double |
getStandardDeviation() |
protected boolean |
minAndMaxSet() |
protected boolean |
momentsSet() |
void |
resetMinAndMax() |
protected void |
setHisto256(int[] histo,
double binSize) |
protected void |
setMinAndMax(double min,
double max) |
protected void |
setMoments(double mean,
double meanSquare,
double sd) |
public ImageStats(ImageHandler image, ImageInt mask)
public void resetMinAndMax()
public double getMin()
public double getMax()
public int[] getHisto256()
protected void setHisto256(int[] histo,
double binSize)
protected boolean minAndMaxSet()
public double getHisto256BinSize()
public double getMean()
protected void setMoments(double mean,
double meanSquare,
double sd)
protected boolean momentsSet()
protected void setMinAndMax(double min,
double max)
public double getStandardDeviation()
public double getRootMeanSquare()
public ImageHandler getImage()
public ImageInt getMask()