CmpCalib : Différence entre versions
De MicMac
(Page créée avec « comparaison de calibrations (à venir) ») |
m (Ajout doc cmpCalib) |
||
| Ligne 1 : | Ligne 1 : | ||
| − | + | [[Image:picto-liste.png|25px]] [[Command|List of commands]] | |
| + | ==Description== | ||
| + | The CmpCalib command compares two files of calibrations (in general of the same camera). | ||
| + | |||
| + | Calibration parameters of a camera can not be directly compared, the command estimates a rotation to align the parameters. The output file Delta Calib.txt contains a function which gives the differences between the two sets of calibration as function of the radius and a grid which provides planimetric vector deviation between each rays directions. | ||
| + | |||
| + | ===Syntax=== | ||
| + | The basic syntax requires 2 args : | ||
| + | <pre>mm3d CmpCalib Calibration1 Calibration2 </pre> | ||
| + | |||
| + | * Calibration file corresponds to Ori-***/AutoCal_Foc-***.xml . | ||
| + | |||
| + | ===Help=== | ||
| + | A basic help can be asked with | ||
| + | <pre> mm3d CmpCalib -help </pre> <br> | ||
| + | |||
| + | Mandatory unnamed args : | ||
| + | *string :: {Correlation mode (must be in allowed enumerated values)} | ||
| + | *string :: {Full Name (Dir+Pattern)} | ||
| + | *string :: {Orientation} | ||
| + | |||
| + | Named args : | ||
| + | * [Name=Teta01] REAL | ||
| + | * [Name=Teta02] REAL | ||
| + | * [Name=Teta12] REAL | ||
| + | * [Name=L1] INT | ||
| + | * [Name=SzW] INT | ||
| + | * [Name=DynV] REAL | ||
| + | * [Name=Out] string :: {Result (Def=Name1_ecarts.txt)} | ||
| + | * [Name=DispW] bool :: {Display window} | ||
| + | * [Name=XmlG] string :: {Generate Xml} | ||
| + | |||
| + | |||
| + | ===Example=== | ||
Version du 22 octobre 2016 à 12:25
Sommaire
Description
The CmpCalib command compares two files of calibrations (in general of the same camera).
Calibration parameters of a camera can not be directly compared, the command estimates a rotation to align the parameters. The output file Delta Calib.txt contains a function which gives the differences between the two sets of calibration as function of the radius and a grid which provides planimetric vector deviation between each rays directions.
Syntax
The basic syntax requires 2 args :
mm3d CmpCalib Calibration1 Calibration2
- Calibration file corresponds to Ori-***/AutoCal_Foc-***.xml .
Help
A basic help can be asked with
mm3d CmpCalib -help
Mandatory unnamed args :
- string :: {Correlation mode (must be in allowed enumerated values)}
- string :: {Full Name (Dir+Pattern)}
- string :: {Orientation}
Named args :
- [Name=Teta01] REAL
- [Name=Teta02] REAL
- [Name=Teta12] REAL
- [Name=L1] INT
- [Name=SzW] INT
- [Name=DynV] REAL
- [Name=Out] string :: {Result (Def=Name1_ecarts.txt)}
- [Name=DispW] bool :: {Display window}
- [Name=XmlG] string :: {Generate Xml}