dicmultiwindow_rg.hpp

Functions

void multiwindow_rg(const Interpolator &interp_ref, const Interpolator &interp_def, std::vector<WindowLevel> &multiwindow, const util::Config &conf, const int img_num_ref, const int img_num_def, const ResultArrays &results_ref, ResultArrays &results_def)

reliability guided scan method. correlation is calculated for initial seed point and nearest neighbours.image Scan proceeds along path with better matching subsets. A full indepth outline of the method can be found here: https://opg.optica.org/ao/abstract.cfm?uri=ao-48-8-1535

Parameters:
  • img_ref – pointer to reference image

  • img_def – pointer to deformed image

  • ss_grid – pointer to subset information

  • conf – pointer to DIC config struct

  • img_num – current image number