Geometric transforms that change image spatially.
More...
#include <PixelInterpolation.hpp>
|
virtual | ~PixelInterpolation () |
| Virtual destructor required for virtual classes. More...
|
|
virtual int | operator() (const Image< int > &img, float x, float y) const =0 |
| Computes and returns nearest pixel interpolation of given coordinates in img. More...
|
|
virtual llint | operator() (const Image< llint > &img, float x, float y) const =0 |
|
virtual float | operator() (const Image< float > &img, float x, float y) const =0 |
|
virtual double | operator() (const Image< double > &img, float x, float y) const =0 |
|
virtual int | operator() (const Image< int > &img, float x, float y, float z) const =0 |
|
virtual llint | operator() (const Image< llint > &img, float x, float y, float z) const =0 |
|
virtual float | operator() (const Image< float > &img, float x, float y, float z) const =0 |
|
virtual double | operator() (const Image< double > &img, float x, float y, float z) const =0 |
|
Geometric transforms that change image spatially.
Definition at line 22 of file PixelInterpolation.hpp.
virtual Bial::PixelInterpolation::~PixelInterpolation |
( |
| ) |
|
|
inlinevirtual |
Virtual destructor required for virtual classes.
- Date
- 2014/Nov/14
- Parameters
-
- Returns
- none.
- Warning
- none.
Definition at line 33 of file PixelInterpolation.hpp.
virtual int Bial::PixelInterpolation::operator() |
( |
const Image< int > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
|
pure virtual |
Computes and returns nearest pixel interpolation of given coordinates in img.
- Date
- 2014/Aug/17
- Parameters
-
img | An image. |
x,y,z | Pixel coordinates in original. |
- Returns
- The nearest pixel interpolation of given coordinates in img.
- Warning
- none.
Implemented in Bial::NearestInterpolation.
virtual llint Bial::PixelInterpolation::operator() |
( |
const Image< llint > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
|
pure virtual |
virtual float Bial::PixelInterpolation::operator() |
( |
const Image< float > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
|
pure virtual |
virtual double Bial::PixelInterpolation::operator() |
( |
const Image< double > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
|
pure virtual |
virtual int Bial::PixelInterpolation::operator() |
( |
const Image< int > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
pure virtual |
virtual llint Bial::PixelInterpolation::operator() |
( |
const Image< llint > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
pure virtual |
virtual float Bial::PixelInterpolation::operator() |
( |
const Image< float > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
pure virtual |
virtual double Bial::PixelInterpolation::operator() |
( |
const Image< double > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: