Construct thin plate spline to map 2D to 2D. More...
#include "mbl_thin_plate_spline_2d.h"
#include <vcl_cmath.h>
#include <vcl_cstdlib.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_vector_io.h>
#include <vnl/vnl_math.h>
#include <vnl/algo/vnl_svd.h>
#include <vnl/io/vnl_io_vector.h>
#include <vnl/io/vnl_io_matrix.h>
#include <vgl/vgl_vector_2d.h>
#include <vgl/io/vgl_io_point_2d.h>
#include <mbl/mbl_matxvec.h>
Go to the source code of this file.
Functions | |
double | r2lnr (const vgl_vector_2d< double > &pt) |
double | r2lnr (double x, double y) |
void | vsl_b_write (vsl_b_ostream &bfs, const mbl_thin_plate_spline_2d &b) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, mbl_thin_plate_spline_2d &b) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const mbl_thin_plate_spline_2d &b) |
Stream output operator for class reference. |
Construct thin plate spline to map 2D to 2D.
Definition in file mbl_thin_plate_spline_2d.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const mbl_thin_plate_spline_2d & | b | ||
) |
Stream output operator for class reference.
Definition at line 573 of file mbl_thin_plate_spline_2d.cxx.
double r2lnr | ( | const vgl_vector_2d< double > & | pt | ) | [inline] |
Definition at line 52 of file mbl_thin_plate_spline_2d.cxx.
double r2lnr | ( | double | x, |
double | y | ||
) | [inline] |
Definition at line 59 of file mbl_thin_plate_spline_2d.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
mbl_thin_plate_spline_2d & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 564 of file mbl_thin_plate_spline_2d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const mbl_thin_plate_spline_2d & | b | ||
) |
Binary file stream output operator for class reference.
Definition at line 555 of file mbl_thin_plate_spline_2d.cxx.