@@ -4374,8 +4389,11 @@ public class OrthoMapsCollection implements Serializable{
continue;
}
PairwiseOrthoMatchpairwiseOrthoMatch=null;
double[][]affine0=ortho_maps[ipair[0]].getAffine();// {{1,0,0},{0,1,0}}; // will always stay the same
double[][]affine1=ortho_maps[ipair[0]].getAffine();// {{1,0,0},{0,1,0}}; // here (manual mode) start from the center, may use prediction in auto
// unityAffine()
double[][]affine0=pmtch_use_affine?ortho_maps[ipair[0]].getAffine():unityAffine();// {{1,0,0},{0,1,0}}; // will always stay the same
double[][]affine1=pmtch_use_affine?ortho_maps[ipair[0]].getAffine():unityAffine();// {{1,0,0},{0,1,0}}; // here (manual mode) start from the center, may use prediction in auto