zxhproj v 2.2
zxhproj

zxhImageModelingLinearT< PixelType, DerivativeType > Class Template Reference

image modeling by Linear interpolation More...

#include <zxhImageModelingLinear.h>

Inheritance diagram for zxhImageModelingLinearT< PixelType, DerivativeType >:
zxhImageModelingBaseT< PixelType, DerivativeType >

List of all members.

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)

Detailed Description

template<class PixelType = PixelTypeDefault, class DerivativeType = float>
class zxhImageModelingLinearT< PixelType, DerivativeType >

image modeling by Linear interpolation


Constructor & Destructor Documentation

template<class PixelType = PixelTypeDefault, class DerivativeType = float>
zxhImageModelingLinearT< PixelType, DerivativeType >::~zxhImageModelingLinearT ( void  ) [inline]
Returns:

Member Function Documentation

template<class PixelType , class DerivativeType >
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 >.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs