#include <PixelInterpolation.hpp>
|
| template<class D > |
| D | operator() (const Image< D > &img, float x, float y) const |
| | Computes and returns nearest pixel interpolation of given coordinates in img. More...
|
| |
| int | operator() (const Image< int > &img, float x, float y) const |
| | Computes and returns nearest pixel interpolation of given coordinates in img. More...
|
| |
| llint | operator() (const Image< llint > &img, float x, float y) const |
| |
| float | operator() (const Image< float > &img, float x, float y) const |
| |
| double | operator() (const Image< double > &img, float x, float y) const |
| |
| template<class D > |
| D | operator() (const Image< D > &img, float x, float y, float z) const |
| |
| int | operator() (const Image< int > &img, float x, float y, float z) const |
| |
| llint | operator() (const Image< llint > &img, float x, float y, float z) const |
| |
| float | operator() (const Image< float > &img, float x, float y, float z) const |
| |
| double | operator() (const Image< double > &img, float x, float y, float z) const |
| |
| virtual | ~PixelInterpolation () |
| | Virtual destructor required for virtual classes. More...
|
| |
Definition at line 56 of file PixelInterpolation.hpp.
template<class D >
| D Bial::NearestInterpolation::operator() |
( |
const Image< D > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
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.
Definition at line 119 of file PixelInterpolation.hpp.
| int Bial::NearestInterpolation::operator() |
( |
const Image< int > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
|
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.
Implements Bial::PixelInterpolation.
| float Bial::NearestInterpolation::operator() |
( |
const Image< float > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
|
virtual |
| double Bial::NearestInterpolation::operator() |
( |
const Image< double > & |
img, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| const |
|
virtual |
template<class D >
| D Bial::NearestInterpolation::operator() |
( |
const Image< D > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
| int Bial::NearestInterpolation::operator() |
( |
const Image< int > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
virtual |
| llint Bial::NearestInterpolation::operator() |
( |
const Image< llint > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
virtual |
| float Bial::NearestInterpolation::operator() |
( |
const Image< float > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
virtual |
| double Bial::NearestInterpolation::operator() |
( |
const Image< double > & |
img, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following file: