public class Contourer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Contourer.CSqrt |
Constructor and Description |
---|
Contourer() |
Modifier and Type | Method and Description |
---|---|
int[] |
contour()
Return a map of simple contours.
|
boolean |
getData(java.lang.String survey)
Get the data for the contourer
|
double[] |
getRange() |
void |
putImage(Image img) |
void |
setFunction(java.lang.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(java.lang.String survey)
public double[] getRange()
public void setFunction(java.lang.String funcName)
funcName
- The string "sqrt" or "log"
Note that log implies common logarithms.public int[] contour()