SaisieAppuisPredic : Différence entre versions
De MicMac
(→Help) |
|||
| (3 révisions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
| + | [[Image:picto-liste.png|25px]] [[Command|List of commands]] | ||
==Description== | ==Description== | ||
The xml file containing 2D coordinates can be generated using interfaces [[SaisieAppuisInit]] and | The xml file containing 2D coordinates can be generated using interfaces [[SaisieAppuisInit]] and | ||
| Ligne 6 : | Ligne 7 : | ||
control points, loaded from the Xml file AppRTL.xml. You need to adjust points image location and | control points, loaded from the Xml file AppRTL.xml. You need to adjust points image location and | ||
validate them. | validate them. | ||
| − | |||
===Syntax=== | ===Syntax=== | ||
| − | The global syntax for SaisieAppuisPredic is | + | The global syntax for SaisieAppuisPredic is |
| − | < | + | <pre>mm3d SaisieAppuisPredic FullName Orientation FileForGroundControlPoints FileForImageMeasurements </pre> |
===Help=== | ===Help=== | ||
| − | You can access to the help by typing : | + | You can access to the help by typing : |
| − | < | + | <pre>mm3d SaisieAppuisPredic -help </pre> |
| − | + | ||
Mandatory unnamed args : | Mandatory unnamed args : | ||
| Ligne 37 : | Ligne 36 : | ||
===Example=== | ===Example=== | ||
| − | < | + | For example with the Saint-Michel de Cuxa dataset : |
| + | <pre>mm3d SaisieAppuisPredic "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml</pre> | ||
Version actuelle en date du 23 février 2016 à 17:54
Sommaire
Description
The xml file containing 2D coordinates can be generated using interfaces SaisieAppuisInit and SaisieAppuisPredic in Linux. When the global transform between ground control points and image relative orientations is known, we can switch to the predictive interface SaisieAppuisPredic which will display the remaining ground control points, loaded from the Xml file AppRTL.xml. You need to adjust points image location and validate them.
Syntax
The global syntax for SaisieAppuisPredic is
mm3d SaisieAppuisPredic FullName Orientation FileForGroundControlPoints FileForImageMeasurements
Help
You can access to the help by typing :
mm3d SaisieAppuisPredic -help
Mandatory unnamed args :
- string :: {Full Name (Dir+Pattern)}
- string :: {Orientation}
- string :: {File for Ground Control Points}
- string :: {File for Image Measurements}
Named args :
- [Name=SzW] Pt2di :: {Size of global window (Def 800 800)}
- [Name=NbF] Pt2di :: {Number of Sub Window (Def 2 2)}
- [Name=WBlur] REAL :: {Size IN GROUND GEOMETRY of bluring for target}
- [Name=Type] string :: {in [MaxLoc,MinLoc,GeoCube]}
- [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=Masq3D] string :: {3D Masq used for visibility}
- [Name=PIMsF] string :: {PIMs filter used for visibility}
- [Name=InputSec] string :: {PIMs filter used for visibility}
Example
For example with the Saint-Michel de Cuxa dataset :
mm3d SaisieAppuisPredic "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml