Class AlgorithmRegVOILandmark.CostFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int slice
      DOCUMENT ME!
    • 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)
      Cost cost = intensity sum of errors = sum_i(I[i] - I'[i]) x[] = row of p[][].
      double cost​(TransMatrix tMatrix)
      DOCUMENT ME!
      double cost​(TransMatrixd tMatrix)
      DOCUMENT ME!
      int getCostFunction()  
      protected void setSlice​(int t)
      DOCUMENT ME!
      • Methods inherited from class java.lang.Object

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

      • slice

        int slice
        DOCUMENT ME!
    • Constructor Detail

      • CostFunction

        public CostFunction()
        CostFunction constructor.