Documentation of 'boofcv.alg.geo.pose.Se3ToStereoPoseCodec' Java class
Se3ToStereoPoseCodec
boofcv.alg.geo.pose

Class Se3ToStereoPoseCodec

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void decode(double[] input, StereoPose outputModel)
      Converts the parameter array into a model.
      void encode(StereoPose model, double[] param)
      Converts the provided model into the array format.
      int getParamLength()
      Number of elements in array encoded parameters.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • decode

        public void decode(double[] input,
                           StereoPose outputModel)
        Description copied from interface: ModelCodec
        Converts the parameter array into a model.
        Specified by:
        decode in interface ModelCodec<StereoPose>
        Parameters:
        input - input model parameters.
        outputModel - Option (can be null) model.
      • encode

        public void encode(StereoPose model,
                           double[] param)
        Description copied from interface: ModelCodec
        Converts the provided model into the array format.
        Specified by:
        encode in interface ModelCodec<StereoPose>
        Parameters:
        model - Input model.
        param - Output parameterized model. Can be null.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.