Inheritance diagram for w2img::MeshWarpStrategy:
Public Member Functions | |
MeshWarpStrategy (const std::string &lambda, float minThresh, float maxThresh) | |
virtual | ~MeshWarpStrategy () |
virtual void | init (const code::LatLonGrid &image1, const code::LatLonGrid &image2) |
virtual code::LatLonGrid | morph (float frac_w2) |
Static Public Member Functions | |
static void | crossDissolve (const code::Dim2D< float > &image1, const code::Dim2D< float > &image2, float frac_w2, float min_thresh, code::Dim2D< float > &result) |
Classes | |
struct | Mesh |
struct | MeshSpline |
w2img::MeshWarpStrategy::MeshWarpStrategy | ( | const std::string & | lambda, | |
float | minThresh, | |||
float | maxThresh | |||
) |
virtual w2img::MeshWarpStrategy::~MeshWarpStrategy | ( | ) | [inline, virtual] |
static void w2img::MorphTrack::Strategy::crossDissolve | ( | const code::Dim2D< float > & | image1, | |
const code::Dim2D< float > & | image2, | |||
float | frac_w2, | |||
float | min_thresh, | |||
code::Dim2D< float > & | result | |||
) | [static, inherited] |
virtual void w2img::MeshWarpStrategy::init | ( | const code::LatLonGrid & | image1, | |
const code::LatLonGrid & | image2 | |||
) | [virtual] |
Implements w2img::MorphTrack::Strategy.
virtual code::LatLonGrid w2img::MeshWarpStrategy::morph | ( | float | frac_w2 | ) | [virtual] |
Implements w2img::MorphTrack::Strategy.