Mapping_2d_2d is a base class for functions from R^2 -> R^2. Operations such as warping can take a Mapping_2d_2d object and therefore be able to perform arbitrary warps.
The user should subclass from Mapping_2d_2d, and write the virtual functions implement_map, and implement_inverse_map.
Modifications
10 Sep. 2004 Peter Vanroose Inlined all 1-line methods in class decl
Definition in file Mapping_2d_2d.h.
#include <vnl/vnl_double_2.h>
Go to the source code of this file.
Classes | |
| class | Mapping_2d_2d |
1.5.1