dicrasterscan.hpp

Functions

void raster(const Interpolator &interp_ref, const Interpolator &interp_def, const subset::Grid &ss_grid, const util::Config &conf, const int img_num_ref, const int img_num_def, ResultArrays &result_arrays)

straightforward image scan method. Loops over the subsets as a raster across the image. initial subset locations are distrubuted evenly across the image

Parameters:
  • result_arrays – where to populate the results

  • 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