Package | Description |
---|---|
edu.stanford.rsl.conrad.fitting |
Contains classes for fitting functions to point data.
|
edu.stanford.rsl.conrad.io |
Contains classes for input and output of data.
|
edu.stanford.rsl.conrad.utils |
Contains various utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstrainedRANSACFittedFunction
Method for RANSACing with constraints on the parameter bounds.
|
class |
GaussianFunction
Implements a Gaussian Function.
|
class |
IdentityFunction |
class |
LinearFunction |
class |
LogarithmicFunction |
class |
PolynomialFunction |
class |
RANSACFittedFunction
This class implements a version of RANSAC that generates numberOfTries tries to generate the model that best fits the correspondences in x and y.
|
Modifier and Type | Method and Description |
---|---|
static Function[] |
Function.getAvailableFunctions() |
Function |
RANSACFittedFunction.getBaseFunction() |
Modifier and Type | Method and Description |
---|---|
void |
RANSACFittedFunction.setBaseFunction(Function baseFunction) |
Constructor and Description |
---|
ConstrainedRANSACFittedFunction(Function func)
Uneducational Constructor that initializes the bounds in a redandant way.
|
RANSACFittedFunction(Function func) |
Modifier and Type | Method and Description |
---|---|
Function |
MotionFieldReader.getLinearfittedFunction(int i) |
Function |
MotionFieldReader.getRANSACfittedFunction(double[] po,
double[] mo) |
Modifier and Type | Method and Description |
---|---|
Function |
Configuration.getHounsfieldScaling() |
Modifier and Type | Method and Description |
---|---|
static ij.gui.Plot |
VisualizationUtil.createScatterPlot(double[] xCoords,
double[] yCoords,
Function func) |
static ij.gui.Plot |
VisualizationUtil.createScatterPlot(java.lang.String title,
double[] xCoords,
double[] yCoords,
Function func) |
static ij.gui.Plot |
VisualizationUtil.plotCompareGrayValues(ij.process.ImageProcessor before,
ij.process.ImageProcessor after,
Function func) |
void |
Configuration.setHounsfieldScaling(Function hounsfieldScaling) |