Uses of Enum Class
boofcv.factory.geo.EnumPNP
Packages that use EnumPNP
-
Uses of EnumPNP in boofcv.factory.geo
Fields in boofcv.factory.geo declared as EnumPNPMethods in boofcv.factory.geo that return EnumPNPModifier and TypeMethodDescriptionstatic EnumPNPReturns the enum constant of this class with the specified name.static EnumPNP[]EnumPNP.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.factory.geo with parameters of type EnumPNPModifier and TypeMethodDescriptionstatic Estimate1ofPnPCreated an estimator for the P3P problem that selects a single solution by considering additional observations.static EstimateNofPnPCreates an estimator for the PnP problem that uses only three observations, which is the minimal case and known as P3P. -
Uses of EnumPNP in boofcv.factory.sfm
Fields in boofcv.factory.sfm declared as EnumPNP