YaDICs
V04.14.a
Yet another Digital Image Correlation software: platform dedicated to 2/3D Fluid and Solid kinematics field measurements.
|
#include <Cpeak_fit.h>
Public Member Functions | |
virtual void | sub_pixel (CImg< Timg > &img) |
void | ssd (CImg< Timg > &img) |
void | set_position () |
virtual void | peak_fit (CImg< Timg > &img)=0 |
Public Member Functions inherited from Cpeak_subPix< T, Timg > | |
virtual void | peak_detection (CImg< T > &img) |
virtual void | sub_pixel (CImg< T > &img)=0 |
Public Member Functions inherited from Cpeak< T > | |
Cpeak () | |
virtual void | exec (CImg< T > &img) |
void | set_peakDim (CImg< T > &img) |
virtual void | peak_accuracy (CImg< T > &img) |
virtual void | peak_delete (CImg< T > &img) |
void | set_origin (CImg< T > &img) |
std::vector< T > | content () |
Public Attributes | |
std::string | class_name |
std::vector< Timg > | m_parameters |
T | m_neighb |
T | m_CornerX |
T | m_CornerY |
Public Attributes inherited from Cpeak_subPix< T, Timg > | |
std::string | class_name |
Public Attributes inherited from Cpeak_max< T > | |
std::string | class_name |
Public Attributes inherited from Cpeak< T > | |
std::string | class_name |
T | m_flag |
T | m_mag |
std::vector< T > | m_pos |
int | _3D |
bool | m_verbose |
!!!!!!!!!Be careful this class requires improvement to work fine!!!!!!!!!!
|
inline |
This method implement a Sum of squared difference between the subwindow arround the peak max loci and a polynomial function.
[in] | img | window to fit |
[out] | stat | peak statistics (x,y,...) |
[out] | b | peak statistics (x,y,...) |
|
inlinevirtual |
This method crop the peak image arround the loci position, following such schema: with in the exemple neighb=1.