|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
#include <ncorr.h>
Public Types | |
| typedef nloptimizer_base::difference_type | difference_type |
| typedef nloptimizer_base::coords | coords |
Public Types inherited from ncorr::details::nloptimizer_base | |
| typedef std::ptrdiff_t | difference_type |
| typedef std::pair< difference_type, difference_type > | coords |
Additional Inherited Members | |
Protected Member Functions inherited from ncorr::details::nloptimizer_base | |
| void | chk_input_params_size (const Array2D< double > &) const |
Protected Attributes inherited from ncorr::details::nloptimizer_base | |
| Array2D< double > | grad_buf |
| Array2D< double > | hess_buf |
| Array2D< double > | params |
| double | cutoff_norm = 1e-6 |
| difference_type | cutoff_iterations = 100 |
|
inlinenoexcept |
|
default |
|
default |
|
defaultnoexcept |
| ncorr::details::subregion_nloptimizer::subregion_nloptimizer | ( | const Array2D< double > & | A_ref, |
| const Array2D< double > & | A_cur, | ||
| const ROI2D & | roi, | ||
| difference_type | scalefactor, | ||
| INTERP | interp_type, | ||
| SUBREGION | subregion_type, | ||
| difference_type | r | ||
| ) |
|
inline |
|
inline |
|
default |
|
default |