NuageBascule : Différence entre versions

De MicMac
Aller à : navigation, rechercher
(Help)
Ligne 9 : Ligne 9 :
  
 
Mandatory unnamed args :  
 
Mandatory unnamed args :  
*<span style="font-family:times roman;">''string :: {Name of input depth map}''<span style/>
+
*string :: {Name of input depth map}
*<span style="font-family:times roman;">''string :: {Name of output depth map}''<span style/>
+
*string :: {Name of output depth map}
*<span style="font-family:times roman;">''string :: {Name result}''<span style/>
+
*string :: {Name result}
 
Named args :  
 
Named args :  
*<span style="font-family:times roman;">''[Name=ByP] bool :: {By process in parallel, Def = true (faster and avoid memory overflow)}''<span style/>
+
*[Name=ByP] bool :: {By process in parallel, Def = true (faster and avoid memory overflow)}
*<span style="font-family:times roman;">''[Name=AutoResize] bool :: {Clip input  to minimal size, Def = true}''<span style/>
+
*[Name=AutoResize] bool :: {Clip input  to minimal size, Def = true}
*<span style="font-family:times roman;">''[Name=AutoClipIn] bool :: {Clip result to minimal size}''<span style/>
+
*[Name=AutoClipIn] bool :: {Clip result to minimal size}
*<span style="font-family:times roman;">''[Name=BoxIn] Box2di :: {Box input}''<span style/>
+
*[Name=BoxIn] Box2di :: {Box input}
*<span style="font-family:times roman;">''[Name=SzDecoup] Pt2di :: {Size of split for parallel}''<span style/>
+
*[Name=SzDecoup] Pt2di :: {Size of split for parallel}
*<span style="font-family:times roman;">''[Name=InternallCalledByP] bool :: {Internal purpose: dont use}''<span style/>
+
*[Name=InternallCalledByP] bool :: {Internal purpose: dont use}
*<span style="font-family:times roman;">''[Name=InternalATopo] bool :: {Internal purpose: dont use}''<span style/>
+
*[Name=InternalATopo] bool :: {Internal purpose: dont use}
*<span style="font-family:times roman;">''[Name=InternallSuplOut] string :: {Internal purpose: dont use}''<span style/>
+
*[Name=InternallSuplOut] string :: {Internal purpose: dont use}
*<span style="font-family:times roman;">''[Name=ShowCom] bool :: {Show command, def = false}''<span style/>
+
*[Name=ShowCom] bool :: {Show command, def = false}
*<span style="font-family:times roman;">''[Name=Debug] bool :: {Debug ...}''<span style/>
+
*[Name=Debug] bool :: {Debug ...}
*<span style="font-family:times roman;">''[Name=TileFile] INT :: {Tile for Big File, def= no tiling for file < 4 Giga Byte}''<span style/>
+
*[Name=TileFile] INT :: {Tile for Big File, def= no tiling for file < 4 Giga Byte}
*<span style="font-family:times roman;">''[Name=Paral] bool :: {Do in parallel, tuning purpose, def=true}''<span style/>
+
*[Name=Paral] bool :: {Do in parallel, tuning purpose, def=true}
*<span style="font-family:times roman;">''[Name=SeuilE] REAL :: {Threshold for stretching (def = 5.0)}''<span style/>
+
*[Name=SeuilE] REAL :: {Threshold for stretching (def = 5.0)}
*<span style="font-family:times roman;">''[Name=SaveImEtrir] bool :: {Save image streching , tuning (def=false)}''<span style/>
+
*[Name=SaveImEtrir] bool :: {Save image streching , tuning (def=false)}

Version du 15 janvier 2016 à 10:40

Syntax

The global syntax for NuageBascule is
mm3d NuageBascule UnNamedArgs NamedArgs

Help

You can access to the help by typing :
mm3d NuageBascule -help

Mandatory unnamed args :

  • string :: {Name of input depth map}
  • string :: {Name of output depth map}
  • string :: {Name result}

Named args :

  • [Name=ByP] bool :: {By process in parallel, Def = true (faster and avoid memory overflow)}
  • [Name=AutoResize] bool :: {Clip input to minimal size, Def = true}
  • [Name=AutoClipIn] bool :: {Clip result to minimal size}
  • [Name=BoxIn] Box2di :: {Box input}
  • [Name=SzDecoup] Pt2di :: {Size of split for parallel}
  • [Name=InternallCalledByP] bool :: {Internal purpose: dont use}
  • [Name=InternalATopo] bool :: {Internal purpose: dont use}
  • [Name=InternallSuplOut] string :: {Internal purpose: dont use}
  • [Name=ShowCom] bool :: {Show command, def = false}
  • [Name=Debug] bool :: {Debug ...}
  • [Name=TileFile] INT :: {Tile for Big File, def= no tiling for file < 4 Giga Byte}
  • [Name=Paral] bool :: {Do in parallel, tuning purpose, def=true}
  • [Name=SeuilE] REAL :: {Threshold for stretching (def = 5.0)}
  • [Name=SaveImEtrir] bool :: {Save image streching , tuning (def=false)}