|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
#include <ncorr.h>
Public Types | |
| typedef ROI2D::difference_type | difference_type |
Static Public Member Functions | |
| static DIC_analysis_input | load (std::ifstream &) |
| static DIC_analysis_input | load (const std::string &) |
Public Attributes | |
| std::vector< Image2D > | imgs |
| ROI2D | roi |
| difference_type | scalefactor |
| INTERP | interp_type |
| SUBREGION | subregion_type |
| difference_type | r |
| difference_type | num_threads |
| double | cutoff_corrcoef |
| double | update_corrcoef |
| double | prctile_corrcoef |
| ROI_UPDATE_MODE | roi_update_mode |
| ACCUMULATION_MODE | accumulation_mode |
| bool | save_disps_steps |
| bool | debug |
Friends | |
| void | save (const DIC_analysis_input &, std::ofstream &) |
| void | save (const DIC_analysis_input &, const std::string &) |
|
default |
|
default |
|
defaultnoexcept |
|
inline |
| ncorr::DIC_analysis_input::DIC_analysis_input | ( | const std::vector< Image2D > & | imgs, |
| const ROI2D & | roi, | ||
| ROI2D::difference_type | scalefactor, | ||
| INTERP | interp_type, | ||
| SUBREGION | subregion_type, | ||
| ROI2D::difference_type | r, | ||
| ROI2D::difference_type | num_threads, | ||
| DIC_analysis_config | config_type, | ||
| bool | debug, | ||
| ROI_UPDATE_MODE | roi_update_mode_override = static_cast<ROI_UPDATE_MODE>(-1), |
||
| ACCUMULATION_MODE | accumulation_mode_override = static_cast<ACCUMULATION_MODE>(-1), |
||
| bool | save_disps_steps_override = false |
||
| ) |
|
static |
|
static |
|
default |
|
default |
|
friend |
|
friend |
| ACCUMULATION_MODE ncorr::DIC_analysis_input::accumulation_mode |
| difference_type ncorr::DIC_analysis_input::num_threads |
| difference_type ncorr::DIC_analysis_input::r |
| ROI_UPDATE_MODE ncorr::DIC_analysis_input::roi_update_mode |
| difference_type ncorr::DIC_analysis_input::scalefactor |