mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
imageTransforms.hpp File Reference

Image interpolation and transformation. More...

Image interpolation and transformation.

Author
Jared R. Males

Definition in file imageTransforms.hpp.

#include <cstddef>
#include <cmath>
#include <iostream>
#include <limits>

Go to the source code of this file.

Classes

struct  mx::improc::bilinearTransform< _arithT >
 Transformation by bi-linear interpolation. More...
 
struct  mx::improc::cubicConvolTransform< _arithT >
 Transformation by cubic convolution interpolation. More...
 

Namespaces

namespace  mx
 The mxlib c++ namespace.
 

Typedefs

typedef bilinearTransform< float > mx::improc::bilinearTransf
 Typedef for bilinearTransform with single precision.
 
typedef bilinearTransform< double > mx::improc::bilinearTransd
 Typedef for bilinearTransform with double precision.
 
typedef cubicConvolTransform< float > mx::improc::cubicConvolTransf
 Typedef for cubicConvolTransform with single precision.
 
typedef cubicConvolTransform< double > mx::improc::cubicConvolTransd
 Typedef for cubicConvolTransform with double precision.