public class Contourer extends Object
Modifier and Type | Class | Description |
---|---|---|
class |
Contourer.CSqrt |
Constructor | Description |
---|---|
Contourer() |
Modifier and Type | Method | Description |
---|---|---|
int[] |
contour() |
Return a map of simple contours.
|
boolean |
getData(String survey) |
Get the data for the contourer
|
double[] |
getRange() |
|
void |
putImage(Image img) |
|
void |
setFunction(String funcName) |
Set the transformation to be done on the input
image before finding contour regions.
|
void |
setLimits(double min,
double max,
int n) |
|
void |
setLimits(double min,
double max,
int n,
double fraction) |
Set up the limits for the contouring.
|
public void setLimits(double min, double max, int n)
public void setLimits(double min, double max, int n, double fraction)
public void putImage(Image img)
public boolean getData(String survey)
public double[] getRange()
public void setFunction(String funcName)
funcName
- The string "sqrt" or "log"
Note that log implies common logarithms.public int[] contour()