SEL : Différence entre versions

De MicMac
Aller à : navigation, rechercher
(Help)
 
(22 révisions intermédiaires par 4 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 +
[[Image:picto-liste.png|25px]] [[Command|List of commands]]
 
==Description==
 
==Description==
SEL is an old and ugly tool, but it can help. To visualize tie points computed with Tapioca.
+
SEL is an old and ugly tool (only available on Ubuntu), but it can help. To visualize tie points computed with Tapioca.
 
<br>
 
<br>
  
 
===Syntax===
 
===Syntax===
 
The global syntax for SEL is
 
The global syntax for SEL is
<pre>mm3d SEL FullName Orientation FileForGroundControlPoints FileForImageMeasurements </pre>
+
<pre>mm3d SEL ImageDirectory Image1 Image2 </pre>
 +
Note : Even if the KH argument is not mandatory, you have to fill it ! By default it is KH=NB.
 +
Note : Use <code>./</code> for <i>ImageDirectory</i> if you want to use the current directory.
  
 
===Help===  
 
===Help===  
Ligne 11 : Ligne 14 :
 
<pre>mm3d SEL -help </pre>
 
<pre>mm3d SEL -help </pre>
  
 +
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, NB stand for binary Pastis files (default)}
 +
* [Name=KCpl] string
 +
* [Name=SzW] Pt2di :: {Size of window}
 +
* [Name=ModeEpip] bool :: {If mode epip, the y displacement are forced to 0}
 +
* [Name=SH] string :: {Homologue extenion for NB/NT mode}
  
Mandatory unnamed args :
+
===Graphic Interface===
*string :: {Full Name (Dir+Pattern)}
+
SEL display a GUI with the 2 image superposed. The first one is colored in blue and the second in orange. If you click on the mouse wheel, you will see the tie points between the two images. If you click right, you will display a contextual menu :<br>
*string :: {Orientation}
+
[[Image:gui_SEL.png|x300px]]
*string :: {File for Ground Control Points}
+
*Recal
*string :: {File for Image Measurements}
+
*"Polygone" : define a polygone for tie points.
 
+
*i1&i2 : display image1 and image2 (default).
Named args :
+
*i1 : display image1 with tie points.
*[Name=SzW] Pt2di :: {Size of global window (Def 800 800)}
+
*i2 : display image2 with tie points.
*[Name=NbF] Pt2di :: {Number of Sub Window (Def 2 2)}
+
*"skull" :  
*[Name=WBlur] REAL :: {Size IN GROUND GEOMETRY of bluring for target}
+
*PCor
*[Name=Type] string :: {in [MaxLoc,MinLoc,GeoCube]}
+
*Flip : switch between image1 and image2
*[Name=ForceGray] bool :: {Force gray image, def=true}
+
*Profil : display image1 and image2 profil
*[Name=OriMode] string :: {Orientation type (GRID) (Def=Std)}
+
*Liaison
*[Name=ZMoy] REAL :: {Average Z, Mandatory in PB}
+
*GR
*[Name=ZInc] REAL :: {Incertitude on Z, Mandatory in PB}
+
*Exit : Quit.
*[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===
 
For example with the Viabon dataset :
 
For example with the Viabon dataset :
<pre>mm3d SaisieAppuisPredic "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml</pre>
+
<pre>mm3d SEL ./ image_002_00090.tif  image_002_00089.tif KH=NB</pre>
[[Image:tapioca_exemple_sift.png]]
+
[[Image:tapioca_exemple_sift.png|400px]]

Version actuelle en date du 3 octobre 2018 à 15:24

Picto-liste.png List of commands

Description

SEL is an old and ugly tool (only available on Ubuntu), but it can help. To visualize tie points computed with Tapioca.

Syntax

The global syntax for SEL is

mm3d SEL ImageDirectory Image1 Image2 

Note : Even if the KH argument is not mandatory, you have to fill it ! By default it is KH=NB. Note : Use ./ for ImageDirectory if you want to use the current directory.

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, NB stand for binary Pastis files (default)}
  • [Name=KCpl] string
  • [Name=SzW] Pt2di :: {Size of window}
  • [Name=ModeEpip] bool :: {If mode epip, the y displacement are forced to 0}
  • [Name=SH] string :: {Homologue extenion for NB/NT mode}

Graphic Interface

SEL display a GUI with the 2 image superposed. The first one is colored in blue and the second in orange. If you click on the mouse wheel, you will see the tie points between the two images. If you click right, you will display a contextual menu :
Gui SEL.png

  • Recal
  • "Polygone" : define a polygone for tie points.
  • i1&i2 : display image1 and image2 (default).
  • i1 : display image1 with tie points.
  • i2 : display image2 with tie points.
  • "skull" :
  • PCor
  • Flip : switch between image1 and image2
  • Profil : display image1 and image2 profil
  • Liaison
  • GR
  • Exit : Quit.

Example

For example with the Viabon dataset :

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

Tapioca exemple sift.png