|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.util.MeanStarImageRadius
The MeanStarImageRadius represents the mean radius of
the star images. It has an equation which represents the relation
between the peak value and the radius.
The equation is:
radius = base_radius + gradient * log ( peak )
| Field Summary | |
protected double |
base_radius
The base radius of the equation. |
protected double |
gradient
The gradient of the equation. |
| Constructor Summary | |
MeanStarImageRadius()
Constructs an empry MeanStarImageRadius. |
|
MeanStarImageRadius(java.util.Vector ap_list)
Constructs a MeanStarImageRadius. |
|
| Method Summary | |
java.lang.String |
getOutputString()
Returns a string representation of the state of this object. |
double |
getRadius(double peak)
Gets the mean radius of the specified peak. |
protected java.lang.String |
paramString()
Returns a raw string representation of the state of this object, for debugging use. |
java.lang.String |
toString()
Returns a string representation of the state of this object, for debugging use. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected double base_radius
protected double gradient
| Constructor Detail |
public MeanStarImageRadius()
MeanStarImageRadius.public MeanStarImageRadius(java.util.Vector ap_list)
MeanStarImageRadius.ap_list - the list of adjoining pixels.| Method Detail |
public double getRadius(double peak)
peak - the peak value.public java.lang.String getOutputString()
protected java.lang.String paramString()
toString
method of the subclasses.public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||