| Package | Description |
|---|---|
| boofcv.factory.geo |
| Modifier and Type | Method and Description |
|---|---|
static EnumEpipolar |
EnumEpipolar.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumEpipolar[] |
EnumEpipolar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Estimate1ofEpipolar |
FactoryMultiView.computeFundamental_1(EnumEpipolar which,
int numRemoveAmbiguity)
Similar to
FactoryMultiView.computeFundamental_N(boofcv.factory.geo.EnumEpipolar), but it returns only a single hypothesis. |
static EstimateNofEpipolar |
FactoryMultiView.computeFundamental_N(EnumEpipolar which)
Returns an algorithm for estimating a fundamental or essential matrix given a set of
AssociatedPair in pixel coordinates. |
Copyright © 2013. All Rights Reserved.