| Package | Description |
|---|---|
| boofcv.abst.geo.f | |
| boofcv.abst.geo.fitting | |
| boofcv.abst.geo.h | |
| boofcv.factory.geo |
| Modifier and Type | Class and Description |
|---|---|
class |
EstimateNto1ofEpipolar
Implementation of
GeoModelEstimatorNto1 for epipolar matrices. |
class |
WrapFundamentalLinear8
Wrapper around either
FundamentalLinear8 for Estimate1ofEpipolar. |
| Constructor and Description |
|---|
GenerateEpipolarMatrix(Estimate1ofEpipolar alg) |
| Modifier and Type | Class and Description |
|---|---|
class |
WrapHomographyLinear
Wrapper around
HomographyLinear4 for Estimate1ofEpipolar. |
| 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 Estimate1ofEpipolar |
FactoryMultiView.computeHomography(boolean normalize)
Returns an algorithm for estimating a homography matrix given a set of
AssociatedPair. |
Copyright © 2013. All Rights Reserved.