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

Class FitCylinderToPoints_F32

    • Constructor Detail

      • FitCylinderToPoints_F32

        public FitCylinderToPoints_F32(UnconstrainedLeastSquares optimizer,
                                       int maxIterations,
                                       double ftol,
                                       double gtol)
        Constructor which provides access to all tuning parameters
        Parameters:
        optimizer - Optimization algorithm
        maxIterations - Maximum number of iterations that the optimizer can perform. Try 100
        ftol - Convergence tolerance. See UnconstrainedLeastSquares.
        gtol - Convergence tolerance. See UnconstrainedLeastSquares.
      • FitCylinderToPoints_F32

        public FitCylinderToPoints_F32(int maxIterations)
        Simplified constructor. Only process access to the maximum number of iterations.
        Parameters:
        maxIterations - Maximum number of iterations. Try 100
    • Method Detail

      • fitModel

        public boolean fitModel(java.util.List<Point3D_F32> dataSet,
                                Cylinder3D_F32 initial,
                                Cylinder3D_F32 found)
        Description copied from interface: ModelFitter
        Fits a model to a set of points. Note that initial and found can be the same instance.
        Specified by:
        fitModel in interface ModelFitter<Cylinder3D_F32,Point3D_F32>
        Parameters:
        dataSet - Set of points the model is being fit to.
        initial - Initial hypothesis
        found - The found model. Can be the same instance as initial.
        Returns:
        true if a model was found and false if one was not.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.