YaDICs
V04.14.a
Yet another Digital Image Correlation software: platform dedicated to 2/3D Fluid and Solid kinematics field measurements.
|
this is the mother class of every correlation classes. m_correl_type refers to the the type of correlation m_correl_name refers to the name of the correlation used within the .nc file More...
#include <Ccorrelation.h>
Public Member Functions | |
virtual void | init (CParameterNetCDF &fp)=0 |
virtual void | exec (const Cimage< Timg > &oImage, const Cmesh< T, Timg > &oMesh, Cfield< T, Timg > &oField)=0 |
virtual void | regularize (const Cmesh< T, Timg > &oMesh, const Cimage< Timg > &oImage, CImgList< T > &solution) |
void | count (const int &increment, const int &dim, int &counter) |
Public Attributes | |
std::string | class_name |
std::string | m_correl_type |
std::string | m_correl_name |
T | m_current_res |
int | m_threadNB |
int | _3D |
int | m_medianFilter |
bool | m_verbose |
this is the mother class of every correlation classes. m_correl_type refers to the the type of correlation m_correl_name refers to the name of the correlation used within the .nc file
[in] | this->m_medianFilter | : <int>. This is the size of meadian filter domain [x+-m_medianFilter/2, y+-m_medianFilter/2] |
|
inlinevirtual |
The objective is to regularize fields, using a rolling median filter, to initiate the next increment