public class ConfigPnP
extends java.lang.Object
implements boofcv.struct.Configuration
| Modifier and Type | Field and Description |
|---|---|
CameraPinholeRadial |
intrinsic
Intrinsic camera parameters.
|
int |
numResolve
How many points should be used to resolve ambiguity in the solutions?
|
EnumPNP |
which
Which algorithm should it use.
|
| Constructor and Description |
|---|
ConfigPnP(CameraPinholeRadial intrinsic) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public EnumPNP which
public int numResolve
public CameraPinholeRadial intrinsic
public ConfigPnP(CameraPinholeRadial intrinsic)