UNIVERS
15.3
UNIVERS base processing software API
|
#include <ws_corr_sim.hpp>
Public Member Functions | |
CorrSim () | |
virtual Sim * | clone () const |
Public Member Functions inherited from WSel::Sim | |
Sim () | |
virtual | ~Sim () |
bool | operator() (const WaveField &field, S2Corr::DVector &coeffs, size_t t0id, size_t dt) const |
Protected Member Functions | |
virtual bool | calc (const WaveField &field, S2Corr::DVector &coeffs, size_t t0id, size_t dt) const |
Similarity coefficients from traces correlations.
WSel::CorrSim::CorrSim | ( | ) |
Default constructor.
|
protectedvirtual |
Calculate vector of similarity coefficients for provided wavefield.
Should be reimplemented. Return false on any error.
Implements WSel::Sim.
|
inlinevirtual |
Make copy of the object.
Implements WSel::Sim.