Class AlgorithmRegChamfer.CostFunction

    • Constructor Summary

      Constructors 
      Constructor Description
      CostFunction()
      CostFunction constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double cost​(double[] x)
      Calculated cost.
      double cost​(TransMatrix tMatrix)
      Filler to implement cost functions from AlgorithmOptimizeFunctionBase.
      double cost​(TransMatrixd tMatrix)
      Filler to implement cost functions from AlgorithmOptimizeFunctionBase.
      int getCostFunction()  
      • Methods inherited from class java.lang.Object

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

      • CostFunction

        public CostFunction()
        CostFunction constructor.