Class FitData<Shape>

java.lang.Object
boofcv.alg.shapes.FitData<Shape>

public class FitData<Shape> extends Object
Structure that contains results from fitting a shape to a set of observations.
  • Field Details

    • shape

      public Shape shape
      Description of the shape
    • error

      public double error
      Fitting error
  • Constructor Details

    • FitData

      public FitData(Shape shape)
    • FitData

      public FitData()