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.
|
Class and Description |
---|
Function
Class to describe an abstract function that can be fiited to a set of 2D Points.
|
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.
|
Surface
Class to describe an abstract surface that can be fitted to a set of 3D Points.
|
Class and Description |
---|
Function
Class to describe an abstract function that can be fiited to a set of 2D Points.
|
Class and Description |
---|
Function
Class to describe an abstract function that can be fiited to a set of 2D Points.
|