SEL : Différence entre versions
De MicMac
(Page vide créée) |
|||
| Ligne 1 : | Ligne 1 : | ||
| + | ==Description== | ||
| + | SEL is an old and ugly tool, but it can help. To visualize tie points computed with Tapioca. | ||
| + | <br> | ||
| + | ===Syntax=== | ||
| + | The global syntax for SEL is | ||
| + | <pre>mm3d SEL FullName Orientation FileForGroundControlPoints FileForImageMeasurements </pre> | ||
| + | |||
| + | ===Help=== | ||
| + | You can access to the help by typing : | ||
| + | <pre>mm3d SEL -help </pre> | ||
| + | |||
| + | |||
| + | 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 Viabon dataset : | ||
| + | <pre>mm3d SaisieAppuisPredic "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml</pre> | ||
| + | [[Image:tapioca_exemple_sift.png]] | ||
Version du 23 février 2016 à 13:48
Sommaire
Description
SEL is an old and ugly tool, but it can help. To visualize tie points computed with Tapioca.
Syntax
The global syntax for SEL is
mm3d SEL FullName Orientation FileForGroundControlPoints FileForImageMeasurements
Help
You can access to the help by typing :
mm3d SEL -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 Viabon dataset :
mm3d SaisieAppuisPredic "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml
