| Package | Description |
|---|---|
| boofcv.factory.geo |
| Modifier and Type | Method and Description |
|---|---|
static EpipolarError |
EpipolarError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EpipolarError[] |
EpipolarError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RefineEpipolar |
FactoryMultiView.refineFundamental(double tol,
int maxIterations,
EpipolarError type)
Creates a non-linear optimizer for refining estimates of fundamental or essential matrices.
|
static RefineEpipolar |
FactoryMultiView.refineHomography(double tol,
int maxIterations,
EpipolarError type)
Creates a non-linear optimizer for refining estimates of homography matrices.
|
Copyright © 2013. All Rights Reserved.