AperiCloud : Différence entre versions

De MicMac
Aller à : navigation, rechercher
Ligne 16 : Ligne 16 :
 
<br>
 
<br>
 
Named args :
 
Named args :
*<span style="font-family:times roman;">''[Name=ExpTxt] INT :: {Point in txt format ? (Def=false)}''</span style>
+
*[Name=ExpTxt] INT :: {Point in txt format ? (Def=false)}
*<span style="font-family:times roman;">''[Name=Out] string :: {Result (Def=AperiCloud.ply)}''</span style>
+
*[Name=Out] string :: {Result (Def=AperiCloud.ply)}
*<span style="font-family:times roman;">''[Name=Bin] INT :: {Ply in binary mode (Def=true)}''</span style>
+
*[Name=Bin] INT :: {Ply in binary mode (Def=true)}
*<span style="font-family:times roman;">''[Name=RGB] INT :: {Use RGB image to texturate points (Def=true)}''</span style>
+
*[Name=RGB] INT :: {Use RGB image to texturate points (Def=true)}
*<span style="font-family:times roman;">''[Name=SeuilEc] REAL :: {Max residual (Def=10)}''</span style>
+
*[Name=SeuilEc] REAL :: {Max residual (Def=10)}
*<span style="font-family:times roman;">''[Name=LimBsH] REAL :: {Limit ratio base to height (Def=1e-2)}''</span style>
+
*[Name=LimBsH] REAL :: {Limit ratio base to height (Def=1e-2)}
*<span style="font-family:times roman;">''[Name=WithPoints] bool :: {Do we add point cloud? (Def=true) }''</span style>
+
*[Name=WithPoints] bool :: {Do we add point cloud? (Def=true) }
*<span style="font-family:times roman;">''[Name=CalPerIm] bool :: {If a calibration per image was used (Def=false)}''</span style>
+
*[Name=CalPerIm] bool :: {If a calibration per image was used (Def=false)}
*<span style="font-family:times roman;">''[Name=Focs] Pt2dr :: {Interval of Focal}''</span style>
+
*[Name=Focs] Pt2dr :: {Interval of Focal}
*<span style="font-family:times roman;">''[Name=WithCam] bool :: {With Camera (Def=true)}''</span style>
+
*[Name=WithCam] bool :: {With Camera (Def=true)}
*<span style="font-family:times roman;">''[Name=ColCadre] Pt3di :: {Col of camera rect Def= 255 0 0 (Red)}''</span style>
+
*[Name=ColCadre] Pt3di :: {Col of camera rect Def= 255 0 0 (Red)}
*<span style="font-family:times roman;">''[Name=ColRay] Pt3di :: {Col of camera rect Def= 0 255 0 (Green)}''</span style>
+
*[Name=ColRay] Pt3di :: {Col of camera rect Def= 0 255 0 (Green)}
*<span style="font-family:times roman;">''[Name=SH] string :: {Set of Hom, Def="", give MasqFiltered for result of HomolFilterMasq}''</span style>
+
*[Name=SH] string :: {Set of Hom, Def="", give MasqFiltered for result of HomolFilterMasq}
  
 
===Example===
 
===Example===
mm3d AperiCloud «.*JPG » Out=MEP </code>
+
mm3d AperiCloud «.*JPG » Out=MEP  
 
<br>
 
<br>

Version du 13 janvier 2016 à 12:35

Description

AperiCloud is used for generating a visualization of camera position and sparse 3D model.

Syntax

The global syntax for AperiCloud is
mm3d AperiCloud Command UnNamedArgs NamedArgs

Help

You can access to the help by typing :

mm3d AperiCLoud -help

Mandatory unnamed args :

  • string :: {Full name (Dir+Pattern)}
  • string :: {Orientation directory}


Named args :

  • [Name=ExpTxt] INT :: {Point in txt format ? (Def=false)}
  • [Name=Out] string :: {Result (Def=AperiCloud.ply)}
  • [Name=Bin] INT :: {Ply in binary mode (Def=true)}
  • [Name=RGB] INT :: {Use RGB image to texturate points (Def=true)}
  • [Name=SeuilEc] REAL :: {Max residual (Def=10)}
  • [Name=LimBsH] REAL :: {Limit ratio base to height (Def=1e-2)}
  • [Name=WithPoints] bool :: {Do we add point cloud? (Def=true) }
  • [Name=CalPerIm] bool :: {If a calibration per image was used (Def=false)}
  • [Name=Focs] Pt2dr :: {Interval of Focal}
  • [Name=WithCam] bool :: {With Camera (Def=true)}
  • [Name=ColCadre] Pt3di :: {Col of camera rect Def= 255 0 0 (Red)}
  • [Name=ColRay] Pt3di :: {Col of camera rect Def= 0 255 0 (Green)}
  • [Name=SH] string :: {Set of Hom, Def="", give MasqFiltered for result of HomolFilterMasq}

Example

mm3d AperiCloud «.*JPG » Out=MEP