See: Description
Class | Description |
---|---|
ConstrainedRANSACFittedFunction |
Method for RANSACing with constraints on the parameter bounds.
|
Function |
Class to describe an abstract function that can be fiited to a set of 2D Points.
|
GaussianFunction |
Implements a Gaussian Function.
|
IdentityFunction | |
LinearFunction | |
LogarithmicFunction | |
PolynomialFunction | |
Quadric | |
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.
|