Documentation of 'georegression.fitting.cylinder.CylinderToPointSignedDistance_F32' Java class
CylinderToPointSignedDistance_F32
georegression.fitting.cylinder

Class CylinderToPointSignedDistance_F32

    • Constructor Detail

      • CylinderToPointSignedDistance_F32

        public CylinderToPointSignedDistance_F32()
    • Method Detail

      • setPoints

        public void setPoints(java.util.List<Point3D_F32> points)
      • getNumOfInputsN

        public int getNumOfInputsN()
        Description copied from interface: FunctionNtoM
        Number of input elements. Typically the parameters you are optimizing.
        Specified by:
        getNumOfInputsN in interface FunctionNtoM
        Returns:
        number of input elements
      • getNumOfOutputsM

        public int getNumOfOutputsM()
        Description copied from interface: FunctionNtoM
        Number of output elements. Typically the functions that are being optimized.
        Specified by:
        getNumOfOutputsM in interface FunctionNtoM
        Returns:
        number of output elements
      • process

        public void process(double[] input,
                            double[] output)
        Description copied from interface: FunctionNtoM
        Processes the input to compute the values found in the output array. The output's meaning depends on the application. For least-squares it is the residual error. See UnconstrainedLeastSquares.

        The user can modify the input parameters here and the optimizer must use those changes.

        Specified by:
        process in interface FunctionNtoM
        Parameters:
        input - Parameters for input model.
        output - Storage for the output give the model.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.