Documentation of 'boofcv.alg.shapes.FitData' Java class
FitData
boofcv.alg.shapes

Class FitData<Shape>



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

      Fields 
      Modifier and Type Field and Description
      double error
      Fitting error
      Shape shape
      Description of the shape
    • Constructor Summary

      Constructors 
      Constructor and Description
      FitData() 
      FitData(Shape shape) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • shape

        public Shape shape
        Description of the shape
      • error

        public double error
        Fitting error
    • Constructor Detail

      • FitData

        public FitData(Shape shape)
      • FitData

        public FitData()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.