SEL : Différence entre versions

De MicMac
Aller à : navigation, rechercher
(Help)
(Help)
Ligne 13 : Ligne 13 :
  
 
Mandatory unnamed args :  
 
Mandatory unnamed args :  
  * string :: {Directory}
+
* string :: {Directory}
  * string :: {First image name}
+
* string :: {First image name}
  * string :: {Second image name}
+
* string :: {Second image name}
 
Named args :  
 
Named args :  
  * [Name=R] INT
+
* [Name=R] INT
  * [Name=RL1] bool :: {Estimate Homography using L1 mode}
+
* [Name=RL1] bool :: {Estimate Homography using L1 mode}
  * [Name=F] string
+
* [Name=F] string
  * [Name=KH] string :: {In P PB PBR M S NB NT MMD}
+
* [Name=KH] string :: {In P PB PBR M S NB NT MMD}
  * [Name=KCpl] string
+
* [Name=KCpl] string
  * [Name=SzW] Pt2di
+
* [Name=SzW] Pt2di
  * [Name=ModeEpip] bool :: {If mode epip, the y displacement are forced to 0}
+
* [Name=ModeEpip] bool :: {If mode epip, the y displacement are forced to 0}
  * [Name=SH] string :: {Homologue extenion for NB/NT mode}
+
* [Name=SH] string :: {Homologue extenion for NB/NT mode}
  
 
===Example===
 
===Example===

Version du 25 février 2016 à 18:40

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