Class SIFT.FitMosaicModel

java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.SIFT.FitMosaicModel
Enclosing class:
SIFT

class SIFT.FitMosaicModel extends NLConstrainedEngine
  • Field Details

    • ok

      private int[] ok
    • X1

      private double[][] X1
    • X2

      private double[][] X2
    • numMatches

      private int numMatches
  • Constructor Details

    • FitMosaicModel

      public FitMosaicModel(int nPts, double[][] H, int[] ok, double[][] X1, double[][] X2)
  • Method Details

    • driver

      public void driver()
      Starts the analysis.
      Overrides:
      driver in class NLConstrainedEngine
    • dumpResults

      public void dumpResults()
      Display results of displaying SM2 fitting parameters.
    • fitToFunction

      public void fitToFunction(double[] a, double[] residuals, double[][] covarMat)
      Description copied from class: NLConstrainedEngine
      fitToFunction communicates with 3 protected variables param, nPts, and ctrlMat ctrlMat is used as a wrapper for ctrl or lctrl. Evaluates the residuals or the Jacobian at a certain a[]
      Specified by:
      fitToFunction in class NLConstrainedEngine
      Parameters:
      a - The best guess parameter values.
      residuals - ymodel - yData.
      covarMat - The derivative values of y with respect to fitting parameters.