|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
Compiled-default DIC parameters and the three-tier override chain. More...
#include <string>Go to the source code of this file.
Classes | |
| struct | ncorr::Config |
| All tuneable ncorr parameters with their compiled-in defaults. More... | |
Namespaces | |
| namespace | ncorr |
Functions | |
| bool | ncorr::load_config_file (const std::string &config_path, Config &out) |
| Load compiled defaults, then overlay values from an INI config file. | |
Compiled-default DIC parameters and the three-tier override chain.
CppNCorr resolves tuneable parameters from three sources, highest priority first:
The config file uses a minimal INI format (chosen over TOML to avoid adding any third-party dependency; a tiny in-tree parser handles it — see IniFile in ini.h). Keys in the file MUST exactly match the field names of Config so there are no silent mismatches.
Definition in file config.h.