boofcv.factory.geo
Class ConfigPnP
- java.lang.Object
-
- boofcv.factory.geo.ConfigPnP
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigPnP extends java.lang.Object implements Configuration
Configuration parameters for solving the PnP problem- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description IntrinsicParametersintrinsicIntrinsic camera parameters.intnumResolveHow many points should be used to resolve ambiguity in the solutions?EnumPNPwhichWhich algorithm should it use.
-
Constructor Summary
Constructors Constructor and Description ConfigPnP(IntrinsicParameters intrinsic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcheckValidity()Checks to see if the configuration is valid.
-
-
-
Field Detail
-
which
public EnumPNP which
Which algorithm should it use. Only use essential matrix ones.
-
numResolve
public int numResolve
How many points should be used to resolve ambiguity in the solutions?
-
intrinsic
public IntrinsicParameters intrinsic
Intrinsic camera parameters. Used to compute error in pixels.
-
-
Constructor Detail
-
ConfigPnP
public ConfigPnP(IntrinsicParameters intrinsic)
-
-
Method Detail
-
checkValidity
public void checkValidity()
Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
-
DataMelt 3.0 © DataMelt by jWork.ORG