Commit a08d4cff authored by Andrey Filippov's avatar Andrey Filippov

increased hintedMaxRelativeRadiusToDiagona from 1.1 to 1.3- maybe was not needed, just not rebuilt

parent f35dc2de
...@@ -66,7 +66,7 @@ import ij.text.TextWindow; ...@@ -66,7 +66,7 @@ import ij.text.TextWindow;
// 2 - in Eclipse project properties -> Build Path -> Libraries -> Add External jar // 2 - in Eclipse project properties -> Build Path -> Libraries -> Add External jar
public class Distortions { public class Distortions {
// final public double hintedMaxRelativeRadius=1.2; // make adjustable? // final public double hintedMaxRelativeRadius=1.2; // make adjustable?
final public double hintedMaxRelativeRadiusToDiagonal= 1.1; // 0.96; // make adjustable? final public double hintedMaxRelativeRadiusToDiagonal= 1.3; // 0.96; // make adjustable?
private ShowDoubleFloatArrays SDFA_INSTANCE=new ShowDoubleFloatArrays(); // just for debugging? private ShowDoubleFloatArrays SDFA_INSTANCE=new ShowDoubleFloatArrays(); // just for debugging?
// int numInputs=27; // with A8...// 24; // parameters in subcamera+... // int numInputs=27; // with A8...// 24; // parameters in subcamera+...
// int numOutputs=16; // with A8...//13; // parameters in a single camera // int numOutputs=16; // with A8...//13; // parameters in a single camera
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment