Documentation of 'boofcv.factory.geo.ConfigPnP' Java class
ConfigPnP
boofcv.factory.geo

Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void checkValidity()
      Checks to see if the configuration is valid.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Method Detail

      • checkValidity

        public void checkValidity()
        Description copied from interface: Configuration
        Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.
        Specified by:
        checkValidity in interface Configuration

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.