![]() |
zxhproj v 2.2
zxhproj
|
image modeling by Linear interpolation More...
#include <zxhImageModelingLinear.h>
Public Types | |
|
typedef zxhImageModelingBaseT < PixelType, DerivativeType > ::PixelFloatType | PixelFloatType |
| typedef | |
Public Member Functions | |
| zxhImageModelingLinearT (void) | |
| constructor | |
| ~zxhImageModelingLinearT (void) | |
|
virtual zxhImageModelingBaseT < PixelType, DerivativeType > * | Clone (zxhImageModelingBaseT< PixelType, DerivativeType > *&pRet) |
| virtual PixelFloatType | GetPixelFloatValueWithoutCheck (float fx, float fy) |
| inline interpolate without dimension check, without boundary check, assume []~size-1 | |
| virtual PixelFloatType | GetPixelFloatValueWithoutCheck (float fx, float fy, float fz) |
| inline interpolate without dimension check, without boundary check | |
| virtual PixelFloatType | GetPixelFloatValueWithoutCheck (float fx, float fy, float fz, float ft) |
| inline interpolate without dimension check, without boundary check | |
| virtual PixelFloatType | GetPixelFloatValueWithCheckClosest (float fx, float fy, float fz=0, float ft=0) |
| closest: GetPixelFloatValueWithCheck(float fx,float fy,float fz=0,float ft=0) | |
image modeling by Linear interpolation
| zxhImageModelingLinearT< PixelType, DerivativeType >::~zxhImageModelingLinearT | ( | void | ) | [inline] |
| zxhImageModelingLinearT< PixelType, DerivativeType >::PixelFloatType zxhImageModelingLinearT< PixelType, DerivativeType >::GetPixelFloatValueWithoutCheck | ( | float | fx, |
| float | fy | ||
| ) | [inline, virtual] |
inline interpolate without dimension check, without boundary check, assume []~size-1
inline
Reimplemented from zxhImageModelingBaseT< PixelType, DerivativeType >.