| Package | Description |
|---|---|
| boofcv.factory.geo |
| Modifier and Type | Method and Description |
|---|---|
static EnumPNP |
EnumPNP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumPNP[] |
EnumPNP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Estimate1ofPnP |
FactoryMultiView.computePnP_1(EnumPNP which,
int numIterations,
int numTest)
Created an estimator for the P3P problem that selects a single solution by considering additional
observations.
|
static EstimateNofPnP |
FactoryMultiView.computePnP_N(EnumPNP which,
int numIterations)
Creates an estimator for the PnP problem that uses only three observations, which is the minimal case
and known as P3P.
|
Copyright © 2013. All Rights Reserved.