SaisieAppuisInit : Différence entre versions
De MicMac
| Ligne 1 : | Ligne 1 : | ||
==Description== | ==Description== | ||
This section describes SaisieAppuisInit the graphic interface to input 2D and 3D coordinates of ground control points. | This section describes SaisieAppuisInit the graphic interface to input 2D and 3D coordinates of ground control points. | ||
| − | |||
| − | |||
| − | |||
===Syntax=== | ===Syntax=== | ||
The global syntax for SaisieAppuisInit is <br> | The global syntax for SaisieAppuisInit is <br> | ||
| − | <code>mm3d SaisieAppuisInit | + | <code>mm3d SaisieAppuisInit FullName Orientation PointName Output NamedArgs</code> |
| − | + | ||
===Help=== | ===Help=== | ||
You can access to the help by typing :<br> | You can access to the help by typing :<br> | ||
| − | |||
<code>mm3d SaisieAppuisInit -help</code> <br> | <code>mm3d SaisieAppuisInit -help</code> <br> | ||
<br> | <br> | ||
Mandatory unnamed args : | Mandatory unnamed args : | ||
| − | *<span style="font-family:times roman;"> ''string :: {Full name (Dir+Pattern)} | + | *<span style="font-family:times roman;"> ''string :: {Full name (Dir+Pattern)} |
| − | *<span style="font-family:times roman;"> ''string :: {Orientation ; NONE if not used} | + | *<span style="font-family:times roman;"> ''string :: {Orientation ; NONE if not used} |
| − | *<span style="font-family:times roman;"> ''string :: {Point name, or point file name} | + | *<span style="font-family:times roman;"> ''string :: {Point name, or point file name} |
| − | *<span style="font-family:times roman;"> ''string :: {Output} | + | *<span style="font-family:times roman;"> ''string :: {Output} |
| − | |||
Named args : | Named args : | ||
| − | * | + | *[Name=SzW] Pt2di :: {Sz of window} |
| − | * | + | *[Name=NbF] Pt2di :: {Nb of sub window (Def depends of number of images with max of 2x2)} |
| − | * | + | *[Name=NameAuto] string :: { Prefix for automatic point creation} |
| − | * | + | *[Name=Pref2Add] string :: { Prefix to add during import (for bug correction ?)} |
| − | * | + | *[Name=ForceGray] bool :: { Force gray image, def =true} |
| − | * | + | *[Name=OriMode] string :: {Orientation type (GRID) (Def=Std)} |
| − | * | + | *[Name=ZMoy] REAL :: {Average Z, Mandatory in PB} |
| − | * | + | *[Name=ZInc] REAL :: {Incertitude on Z, Mandatory in PB} |
| − | * | + | *[Name=InputSec] string :: {PIMs filter used for visibility} |
| − | + | ||
| − | + | ||
===Example=== | ===Example=== | ||
For example with the Saint-Michel de Cuxa data set : | For example with the Saint-Michel de Cuxa data set : | ||
<code>SaisieAppuisInit "Abbey-IMG_(021[12]|023[3456]).jpg" All-Rel NamePointInit.txt MesureInit.xml </code> | <code>SaisieAppuisInit "Abbey-IMG_(021[12]|023[3456]).jpg" All-Rel NamePointInit.txt MesureInit.xml </code> | ||
Version du 15 janvier 2016 à 11:09
Sommaire
Description
This section describes SaisieAppuisInit the graphic interface to input 2D and 3D coordinates of ground control points.
Syntax
The global syntax for SaisieAppuisInit is
mm3d SaisieAppuisInit FullName Orientation PointName Output NamedArgs
Help
You can access to the help by typing :
mm3d SaisieAppuisInit -help
Mandatory unnamed args :
- string :: {Full name (Dir+Pattern)}
- string :: {Orientation ; NONE if not used}
- string :: {Point name, or point file name}
- string :: {Output}
Named args :
- [Name=SzW] Pt2di :: {Sz of window}
- [Name=NbF] Pt2di :: {Nb of sub window (Def depends of number of images with max of 2x2)}
- [Name=NameAuto] string :: { Prefix for automatic point creation}
- [Name=Pref2Add] string :: { Prefix to add during import (for bug correction ?)}
- [Name=ForceGray] bool :: { Force gray image, def =true}
- [Name=OriMode] string :: {Orientation type (GRID) (Def=Std)}
- [Name=ZMoy] REAL :: {Average Z, Mandatory in PB}
- [Name=ZInc] REAL :: {Incertitude on Z, Mandatory in PB}
- [Name=InputSec] string :: {PIMs filter used for visibility}
Example
For example with the Saint-Michel de Cuxa data set :
SaisieAppuisInit "Abbey-IMG_(021[12]|023[3456]).jpg" All-Rel NamePointInit.txt MesureInit.xml