OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <cstdio>
#include <ossim/base/ossimConstants.h>
#include <ossim/base/ossimCommon.h>
#include <ossim/base/ossimNotify.h>
#include <ossim/base/ossimThinPlateSpline.h>
Go to the source code of this file.
Macros | |
#define | FLT_MAX 1e+37 |
#define | FLT_MIN 1e-37 |
#define | A(r, c) _AA[ _nof_eqs * (r) + (c) ] |
#define | Ainv(r, c) _Ainv[ _nof_eqs * (r) + (c) ] |
#define | VIZ_GEOREF_SPLINE_DEBUG 0 |
#define A | ( | r, | |
c | |||
) | _AA[ _nof_eqs * (r) + (c) ] |
Definition at line 49 of file ossimThinPlateSpline.cpp.
Referenced by ossimSensorModel::buildNormalEquation(), ossimNewZealandMapGridProjection::Convert_Geodetic_To_NZMG(), DCT_II(), DCT_inverse(), DST_II(), DST_inverse(), GeneralMatrix::IsEqual(), CroutMatrix::IsEqual(), BandLUMatrix::IsEqual(), IsZero(), operator<(), operator<=(), operator>(), operator>=(), ossimSensorModel::optimizeFit(), RealFFT(), Matrix::ReSize(), SquareMatrix::ReSize(), nricMatrix::ReSize(), SymmetricMatrix::ReSize(), UpperTriangularMatrix::ReSize(), LowerTriangularMatrix::ReSize(), DiagonalMatrix::ReSize(), RowVector::ReSize(), ColumnVector::ReSize(), BandMatrix::ReSize(), UpperBandMatrix::ReSize(), LowerBandMatrix::ReSize(), SymmetricBandMatrix::ReSize(), IdentityMatrix::ReSize(), GeneralMatrix::ReSizeForAdd(), GeneralMatrix::ReSizeForSP(), GeneralMatrix::SameStorageType(), BandMatrix::SameStorageType(), SymmetricBandMatrix::SameStorageType(), ossimThinPlateSpline::solve(), ossimQuadrilateralMap::solveCoefficients(), ossimSensorModel::solveLeastSquares(), and SVD().
#define Ainv | ( | r, | |
c | |||
) | _Ainv[ _nof_eqs * (r) + (c) ] |
Definition at line 50 of file ossimThinPlateSpline.cpp.
#define FLT_MAX 1e+37 |
Definition at line 41 of file ossimThinPlateSpline.cpp.
#define FLT_MIN 1e-37 |
Definition at line 42 of file ossimThinPlateSpline.cpp.
#define VIZ_GEOREF_SPLINE_DEBUG 0 |
Definition at line 53 of file ossimThinPlateSpline.cpp.