-
Notifications
You must be signed in to change notification settings - Fork 9
/
MicMac-LocalChantierDescripteur.xml
executable file
·43 lines (36 loc) · 1.71 KB
/
MicMac-LocalChantierDescripteur.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!-- This file is a template for defining cameras for image files that don't have metadata about (sensore size/focal length) or Foc35mmEq data -->
<Global>
<ChantierDescripteur >
<!-- Define a camera model (name and sensor/film size) -->
<LocCamDataBase>
<CameraEntry>
<Name> aManualCam </Name>
<SzCaptMm> 3.76 2.74 </SzCaptMm> <!-- Size of sensore (digital) or for analog, scanned film : MidSideFiducials or "MaxFidX-MinFidX MaxFidY-MinFidY"-->
<ShortName> aManualCam </ShortName>
</CameraEntry>
<!-- Add more <CameraEntry> if more cameras -->
</LocCamDataBase>
<KeyedNamesAssociations>
<Calcs>
<Arrite> 1 1 </Arrite>
<Direct>
<PatternTransform> .* </PatternTransform> <!-- Regular expressions of the group of images with the following camera model -->
<CalcName> aManualCam </CalcName> <!-- Name of the camera for these images -->
</Direct>
</Calcs>
<!-- Add more <Calcs> if more cameras -->
<Key> NKS-Assoc-STD-CAM </Key>
</KeyedNamesAssociations>
<KeyedNamesAssociations>
<Calcs>
<Arrite> 1 1 </Arrite>
<Direct>
<PatternTransform> .* </PatternTransform> <!-- Regular expressions of the group of images with the following focal length -->
<CalcName> 3.6 </CalcName> <!-- See calibration report -->
</Direct>
</Calcs>
<!-- Add more <Calcs> for all different focals -->
<Key> NKS-Assoc-STD-FOC </Key>
</KeyedNamesAssociations>
</ChantierDescripteur>
</Global>