Class SIFT.FitMosaicModel

    • Field Detail

      • ok

        private int[] ok
      • X1

        private double[][] X1
      • X2

        private double[][] X2
      • numMatches

        private int numMatches
    • Constructor Detail

      • FitMosaicModel

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

      • 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.