SEL : Différence entre versions

De MicMac
Aller à : navigation, rechercher
(Help)
Ligne 12 : Ligne 12 :
 
<pre>mm3d SEL -help </pre>
 
<pre>mm3d SEL -help </pre>
  
 
+
Mandatory unnamed args :  
Mandatory unnamed args :
+
  * string :: {Directory}
*string :: {Full Name (Dir+Pattern)}
+
  * string :: {First image name}
*string :: {Orientation}
+
  * string :: {Second image name}
*string :: {File for Ground Control Points}
+
Named args :  
*string :: {File for Image Measurements}
+
  * [Name=R] INT
 
+
  * [Name=RL1] bool :: {Estimate Homography using L1 mode}
Named args :
+
  * [Name=F] string
*[Name=SzW] Pt2di :: {Size of global window (Def 800 800)}
+
  * [Name=KH] string :: {In P PB PBR M S NB NT MMD}
*[Name=NbF] Pt2di :: {Number of Sub Window (Def 2 2)}
+
  * [Name=KCpl] string
*[Name=WBlur] REAL :: {Size IN GROUND GEOMETRY of bluring for target}
+
  * [Name=SzW] Pt2di
*[Name=Type] string :: {in [MaxLoc,MinLoc,GeoCube]}
+
  * [Name=ModeEpip] bool :: {If mode epip, the y displacement are forced to 0}
*[Name=ForceGray] bool :: {Force gray image, def=true}
+
  * [Name=SH] string :: {Homologue extenion for NB/NT mode}
*[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===
 
===Example===

Version du 25 février 2016 à 18:39

Picto-liste.png List of commands

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 :: {Directory}
 * string :: {First image name}
 * string :: {Second image name}

Named args :

 * [Name=R] INT
 * [Name=RL1] bool :: {Estimate Homography using L1 mode}
 * [Name=F] string
 * [Name=KH] string :: {In P PB PBR M S NB NT MMD}
 * [Name=KCpl] string
 * [Name=SzW] Pt2di
 * [Name=ModeEpip] bool :: {If mode epip, the y displacement are forced to 0}
 * [Name=SH] string :: {Homologue extenion for NB/NT mode}

Example

For example with the Viabon dataset :

mm3d SEL ./ image_002_00090.tif  image_002_00089.tif KH=NB

Tapioca exemple sift.png