Public Member Functions | |
| Options () | |
| Standard constructor. | |
| void | reinit () |
| Reinitialise the class. | |
Public Attributes | |
| DefectixOptions::mode | mode |
| Execution mode of the program. | |
| std::string | confFile |
| Name of the configuration file. | |
| std::string | inputFile |
| Name of the input image file. | |
| std::string | maskFile |
| Name of the mask file. | |
| std::string | outputFile |
| Name of the output file. | |
| std::string | evecFile |
| Name of the KL-Base file. | |
| int | rebinFactor |
| Value of the rebinning factor. | |
| bool | substractBg |
| Ask for background substraction. | |
| bool | reduceDyn |
| Ask for dynamic reduction. | |
| int | nbDefects |
| number of defects to add | |
| DefectixOptions::simulatortype | simulatorType |
| Simulator type. | |
| int | intensity |
| Intensity of the defects. | |
| int | nbVectors |
| Length of the training base. | |
| int | blocSize |
| Size of blocks. | |
| int | nbPC |
| Number of principal components. | |
| int | zoomStep |
| Usuned. | |
| bool | printEvec |
| Ask to save KL-Base in files. | |
| bool | printRebuilt |
| Unefficient. | |
| double | energyTreshold |
| Neural network energy treshold. | |
| unsigned | maxIter |
| Maximum number of iterations of the network. | |
| bool | verbose |
| Ask for debug mode. | |
The class contains functions to manage options from command line or configuration file.
|
|
Standard constructor. The constructor initialises the class with default values. |
|
|
Reinitialise the class. The function reinitialises the class with default values. |
|
|
Intensity of the defects. For simulators only. |
|
|
number of defects to add For simulators only. |
|
|
Length of the training base. For training only. |
|
|
Simulator type. For simulators only. |
1.3.5