|
| int | scalefactor = 3 |
| | Pyramid scale factor (downsampling level used for the seed search).
|
| |
| std::string | subregion_type = "CIRCLE" |
| | Subregion shape: "CIRCLE" or "SQUARE".
|
| |
| int | subregion_radius = 20 |
| | Subregion (correlation window) radius in pixels.
|
| |
| std::string | interp_type = "QUINTIC_BSPLINE_PRECOMPUTE" |
| | Interpolation/order: NEAREST, LINEAR, CUBIC_KEYS[_PRECOMPUTE], QUINTIC_BSPLINE[_PRECOMPUTE].
|
| |
| std::string | strain_subregion_type = "CIRCLE" |
| | Strain subregion shape: "CIRCLE" or "SQUARE".
|
| |
| int | strain_radius = 5 |
| | Strain window (subregion) radius in pixels.
|
| |
| std::string | dic_config = "NO_UPDATE" |
| | Reference-update policy: NO_UPDATE, KEEP_MOST_POINTS, REMOVE_BAD_POINTS.
|
| |
| int | num_threads = 4 |
| | Number of worker threads for parallel analysis.
|
| |
| bool | debug = false |
| | Enable verbose debug output from the engine.
|
| |
| std::string | perspective_interp = "CUBIC_KEYS" |
| | Interpolation used by the perspective change step.
|
| |
| std::string | units = "mm" |
| | Physical units label for displacement output.
|
| |
| double | units_per_pixel = 0.2 |
| | Physical units per pixel scaling.
|
| |
| double | alpha = 0.5 |
| | Video overlay alpha (0..1).
|
| |
| double | fps = 15.0 |
| | Output video frames-per-second.
|
| |
All tuneable ncorr parameters with their compiled-in defaults.
The field names here are the canonical config keys. The shipped config/default.cfg mirrors every field one-to-one.
Definition at line 28 of file config.h.