Package | Description |
---|---|
org.openimaj.math.geometry.transforms.estimation | |
org.openimaj.math.model.fit |
Modifier and Type | Class and Description |
---|---|
class |
RobustAffineTransformEstimator
Helper class to simplify robust estimation of 2D affine transforms without
having to deal with the nuts and bolts of the underlying robust model
fitters, etc.
|
class |
RobustFundamentalEstimator
Helper class to simplify robust estimation of the Fundamental matrix without
having to deal with the nuts and bolts of the underlying robust model
fitters, etc.
|
class |
RobustHomographyEstimator
Helper class to simplify robust estimation of homographies without having to
deal with the nuts and bolts of the underlying robust model fitters, etc.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RobustModelFitting<I,D,M extends Model<I,D>>
RobustModelFitting is an interface for fitting models that are able to
distinguish between inliers and outliers in the training data.
|
Modifier and Type | Class and Description |
---|---|
class |
LMedS<I,D,M extends EstimatableModel<I,D>>
Least Median of Squares robust model fitting
|
class |
RANSAC<I,D,M extends EstimatableModel<I,D>>
The RANSAC Algorithm (RANdom SAmple Consensus)
|
class |
SimpleModelFitting<I,D,M extends EstimatableModel<I,D>>
Example robust fitting, that simply wraps the models estimate method.
|