Commit 47f42826 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

after removing old code

parent 6e19233a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1786,7 +1786,7 @@ public class EyesisCorrectionParameters {
  		public double dbg_y1 =0;
  		public double dbg_sigma =2.0;
  		public String dbg_mask = ".........:::::::::.........:::::::::......*..:::::*:::.........:::::::::.........";
  		public int dbg_mode = 1; // 0 - old LMA, 1 - new LMA
  		public int dbg_mode = 1; // 0 - old LMA, 1 - new LMA - *** not used anymore ***
  		public int dbg_window_mode = 2; // 0 - none, 1 - square, 2 - sin 3 - sin^2
  		public boolean centerWindowToTarget = true;
  		// parameters to extract a kernel from the kernel image file
+2 −2
Original line number Diff line number Diff line
@@ -2970,7 +2970,7 @@ private Panel panel1,panel2,panel3,panel4,panel5,panel5a, panel6,panel7,panelPos
    } else if (label.equals("Test Kernel Factorization")){
    	DEBUG_LEVEL=MASTER_DEBUG_LEVEL;
        if (!DCT_PARAMETERS.showDialog()) return;
        FactorConvKernel factorConvKernel = new FactorConvKernel(DCT_PARAMETERS.dbg_mode == 1);
        FactorConvKernel factorConvKernel = new FactorConvKernel();
        factorConvKernel.setDebugLevel(DEBUG_LEVEL);
        factorConvKernel.setTargetWindowMode(DCT_PARAMETERS.dbg_window_mode, DCT_PARAMETERS.centerWindowToTarget);
        factorConvKernel.numIterations = DCT_PARAMETERS.LMA_steps;
@@ -3098,7 +3098,7 @@ private Panel panel1,panel2,panel3,panel4,panel5,panel5a, panel6,panel7,panelPos
    } else if (label.equals("Min Kernel Factorization")){
    	DEBUG_LEVEL=MASTER_DEBUG_LEVEL;
        if (!DCT_PARAMETERS.showDialog()) return;
        FactorConvKernel factorConvKernel = new FactorConvKernel(DCT_PARAMETERS.dbg_mode == 1);
        FactorConvKernel factorConvKernel = new FactorConvKernel();
        factorConvKernel.setDebugLevel(DEBUG_LEVEL);
        factorConvKernel.setTargetWindowMode(DCT_PARAMETERS.dbg_window_mode, DCT_PARAMETERS.centerWindowToTarget);
        factorConvKernel.numIterations = DCT_PARAMETERS.LMA_steps;
+68 −1161

File changed.

Preview size limit exceeded, changes collapsed.