Skip to content

Commit 7fb444c

Browse files
author
deseilligny
committed
Merge branch 'mpd'
2 parents 4d02640 + aabb56c commit 7fb444c

32 files changed

+1837
-377
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# MMVII OriBundleAdj Im-Calib_OK_Resec.xml Pannel_BA1_311 Pannel_BA2_311 "GCP3D=[[Pannel,1]]" "GCP2D=[[Pannel,0.1,0.2,1,2]]"
2+
3+
set -e
4+
5+
MMVII BlockInstrEdit BL0 "PatsIm4Cam=[Im-Calib.xml,.*_(.*).tif]" # InMeasureClino=MesClinFilA_043
6+
MMVII BlockInstrEdit BL0 InMeasureClino=MesClinFilA_043
7+
MMVII BlockInstrEdit BL0 CRO=[[A1,A2,1e-6,i-kj]]
8+
MMVII BlockInstrEdit BL0 CRO=[[B1,B2,1e-6,i-kj]]
9+
10+
11+
12+
MMVII BlockInstrInitCam Im-Calib_OK_Resec.xml BL0 Pannel_BA2_311 BL1
13+
14+
15+
MMVII OriBundleAdj Im-Calib_OK_Resec.xml Pannel_BA2_311 Pannel_BA3_311 "GCP3D=[[Pannel,1]]" "GCP2D=[[Pannel,0.1,0.2,1,2]]" InInstrBlock=BL1 OutInstrBlock=BL2 BOI=[[,0.01,0.01,1],[]] NbIter=10
16+
17+
18+
#MMVII BlockInstrInitClino Im-Calib_OK_Resec.xml BL2 Pannel_BA3_311
19+
20+
21+
#MMVII BlockInstrEdit BL2 InMeasureClino=MesClinFilA_043 OutInstrBlock=BL3
22+
23+
24+

MMVII/include/MMVII_2Include_Tiling.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
namespace MMVII
88
{
9-
9+
/** \brief : file for indexation by tiling
10+
* \file : MMVII_2Include_Tiling.h
11+
*
12+
*/
1013
template <const int Dim> class cTilingIndex;
1114
template <class Type> class cTiling ;
1215

MMVII/include/MMVII_AllClassDeclare.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ template <class Type> class cUnOrderedPair ;
9999
typedef cSelector<std::string> tNameSelector;
100100
typedef cExtSet<std::string> tNameSet;
101101
typedef cUnOrderedPair<std::string> tNamePair; ///< Order does not matter
102+
typedef cUnOrderedPair<int> tIntPair; ///< Order does not matter
102103
typedef std::pair<std::string,std::string> tNameOCple; ///< Order matters
103104
typedef cExtSet<tNamePair> tNameRel;
104105

MMVII/include/MMVII_DeclareAllCmd.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ extern cSpecMMVII_Appli TheSpecEditRel;
1919
extern cSpecMMVII_Appli TheSpec_EditCalcMetaDataImage;
2020
extern cSpecMMVII_Appli TheSpec_EditBlockInstr;
2121
extern cSpecMMVII_Appli TheSpec_BlockInstrInitCam;
22+
extern cSpecMMVII_Appli TheSpec_BlockInstrInitClino;
23+
extern cSpecMMVII_Appli TheSpec_BlockInstrReport;
2224
extern cSpecMMVII_Appli TheSpecWalkman;
2325
extern cSpecMMVII_Appli TheSpecDaisy;
2426
extern cSpecMMVII_Appli TheSpecCatVideo;

0 commit comments

Comments
 (0)