|
Hugintrunk
0.1
|
Public Attributes | |
| std::string | outputFilename |
| std::string | compression |
| std::string | stackMode |
| double | sigma = 2 |
| int | maxIterations = 5 |
| double | winsorTrim = 0.2 |
| double | maskSigma = 2 |
| bool | maskInput = false |
| std::string | maskSuffix = "_mask" |
| bool | multiLayer = false |
| bool | useBigTIFF = false |
Definition at line 180 of file stacker.cpp.
| std::string GeneralParameters::compression |
Definition at line 185 of file stacker.cpp.
| bool GeneralParameters::maskInput = false |
Definition at line 196 of file stacker.cpp.
| double GeneralParameters::maskSigma = 2 |
Definition at line 194 of file stacker.cpp.
| std::string GeneralParameters::maskSuffix = "_mask" |
Definition at line 197 of file stacker.cpp.
| int GeneralParameters::maxIterations = 5 |
Definition at line 190 of file stacker.cpp.
| bool GeneralParameters::multiLayer = false |
Definition at line 198 of file stacker.cpp.
| std::string GeneralParameters::outputFilename |
Definition at line 184 of file stacker.cpp.
| double GeneralParameters::sigma = 2 |
Definition at line 189 of file stacker.cpp.
| std::string GeneralParameters::stackMode |
Definition at line 187 of file stacker.cpp.
| bool GeneralParameters::useBigTIFF = false |
Definition at line 199 of file stacker.cpp.
| double GeneralParameters::winsorTrim = 0.2 |
Definition at line 192 of file stacker.cpp.
1.8.5