GCPBascule : Différence entre versions

De MicMac
Aller à : navigation, rechercher
 
(Une révision intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
 +
[[Image:picto-liste.png|25px]] [[Command|List of commands]]
 
==Description==
 
==Description==
 
The GCPBascule command, allows to transform a purely relative orientation, as computed with [[Tapas]], in an absolute one, as soon as there is at least 3 GCP whose projection are known in at least 2 images.
 
The GCPBascule command, allows to transform a purely relative orientation, as computed with [[Tapas]], in an absolute one, as soon as there is at least 3 GCP whose projection are known in at least 2 images.
  
 
===Syntax===
 
===Syntax===
The global syntax for GCPBascule is :<br>
+
The global syntax for GCPBascule is :
 
+
<pre>mm3d GCPBascule FullName OrientationIn OrientationOut GroundControlPointsFile ImageMeasurementFile NamedArgs</pre>
<code>mm3d GCPBascule FullName OrientationIn OrientationOut GroundControlPointsFile ImageMeasurementFile NamedArgs</code>
+
  
 
===Help===
 
===Help===
 
You can access to the help by typing :
 
You can access to the help by typing :
<br>
+
<pre>mm3d GCPBascule -help</pre>
<code>mm3d GCPBascule -help</code>
+
  
 
Mandatory unnamed args :  
 
Mandatory unnamed args :  
Ligne 34 : Ligne 33 :
 
*Ground-Pts3D.xml contains the definition of 3D points, using the syntax.
 
*Ground-Pts3D.xml contains the definition of 3D points, using the syntax.
 
*GroundMeasure.xml contains the 2D measurement of these points in images.
 
*GroundMeasure.xml contains the 2D measurement of these points in images.
<br>
 
 
Here for example:
 
Here for example:
<code>mm3d GCPBascule "IMGP41((6[7-9])|([7-8][0-9])).JPG" Mur Ground Ground-Pts3D.xml GroundMeasure.xml</code>
+
<pre>mm3d GCPBascule "IMGP41((6[7-9])|([7-8][0-9])).JPG" Mur Ground Ground-Pts3D.xml GroundMeasure.xml</pre>

Version actuelle en date du 23 février 2016 à 17:10

Picto-liste.png List of commands

Description

The GCPBascule command, allows to transform a purely relative orientation, as computed with Tapas, in an absolute one, as soon as there is at least 3 GCP whose projection are known in at least 2 images.

Syntax

The global syntax for GCPBascule is :

mm3d GCPBascule FullName OrientationIn OrientationOut GroundControlPointsFile ImageMeasurementFile NamedArgs

Help

You can access to the help by typing :

mm3d GCPBascule -help

Mandatory unnamed args :

  • string :: {Full name (Dir+Pat)}
  • string :: {Orientation in}
  • string :: {Orientation out}
  • string :: {Ground Control Points File}
  • string :: {Image Measurements File}

Named args :

  • [Name=L1] bool :: {L1 minimisation vs L2 (Def=false)}
  • [Name=CPI] bool :: {when Calib Per Image has to be used}
  • [Name=ShowU] bool :: {Show unused point (def=true)}
  • [Name=ShowD] bool :: {Show details (def=false)}</span style>
  • [Name=PatNLD] string :: {Pattern for Non linear deformation, with aerial like geometry (def,unused)}
  • [Name=NLDegX] vector<std::string> :: {Non Linear monoms for X, when PatNLD, (Def =[1,X,Y])}
  • [Name=NLDegY] vector<std::string> :: {Non Linear monoms for Y, when PatNLD, (Def =[1,X,Y])}
  • [Name=NLDegZ] vector<std::string> :: {Non Linear monoms for Z, when PatNLD, (Def =[1,X,X2])}
  • [Name=NLFR] bool :: {Non Linear : Force True Rot (Def=true)}
  • [Name=NLShow] bool :: {Non Linear : Show Details (Def=false)}

Example

In the Mur Saint Martin data set, you can find two files:

  • Ground-Pts3D.xml contains the definition of 3D points, using the syntax.
  • GroundMeasure.xml contains the 2D measurement of these points in images.

Here for example:

mm3d GCPBascule "IMGP41((6[7-9])|([7-8][0-9])).JPG" Mur Ground Ground-Pts3D.xml GroundMeasure.xml