#include <Interpolators.h>
Public Types | |
| typedef SrcAccessor::value_type | PixelType |
| typedef vigra::UInt8 | MaskType |
Public Member Functions | |
| ImageInterpolator (vigra::triple< SrcImageIterator, SrcImageIterator, SrcAccessor > const &src, INTERPOLATOR &inter, bool warparound) | |
| Construct interpolator for an given image. | |
| ImageInterpolator (SrcImageIterator src_upperleft, SrcImageIterator src_lowerright, SrcAccessor sa, INTERPOLATOR &inter, bool warparound) | |
| Construct interpolator for specific image. | |
| bool | operator() (double x, double y, PixelType &result, MaskType &mask) const |
| Interpolate without mask, but return dummy alpha value nevertheless. | |
| bool | operator() (double x, double y, PixelType &result) const |
| Interpolate without mask. | |
| bool | interpolateNoMaskInside (int srcx, int srcy, double dx, double dy, PixelType &result) const |
| Interpolate without boundary check and mask. | |
| void | emitGLSL (std::ostringstream &oss) const |
Private Types | |
| typedef vigra::NumericTraits< PixelType >::RealPromote | RealPixelType |
Private Attributes | |
| SrcImageIterator | m_sIter |
| SrcAccessor | m_sAcc |
| int | m_w |
| int | m_h |
| bool | m_warparound |
| INTERPOLATOR | m_inter |
Tailored for panorama remapping. Supports warparound boundary condition of left and right
Definition at line 290 of file Interpolators.h.
|
|||||
|
Definition at line 295 of file Interpolators.h. |
|
|||||
|
Definition at line 293 of file Interpolators.h. |
|
|||||
|
Definition at line 297 of file Interpolators.h. |
|
||||||||||||||||||||
|
Construct interpolator for an given image.
Definition at line 309 of file Interpolators.h. |
|
||||||||||||||||||||||||||||
|
Construct interpolator for specific image.
Definition at line 324 of file Interpolators.h. |
|
||||||||||
|
Definition at line 459 of file Interpolators.h. Referenced by vigra_ext::transformImageAlphaGPUIntern(), and vigra_ext::transformImageGPUIntern(). |
|
||||||||||||||||||||||||||||
|
Interpolate without boundary check and mask.
Definition at line 423 of file Interpolators.h. |
|
||||||||||||||||||||
|
Interpolate without mask.
Definition at line 347 of file Interpolators.h. |
|
||||||||||||||||||||||||
|
Interpolate without mask, but return dummy alpha value nevertheless.
Definition at line 339 of file Interpolators.h. |
|
|||||
|
Definition at line 302 of file Interpolators.h. |
|
|||||
|
Definition at line 305 of file Interpolators.h. |
|
|||||
|
Definition at line 300 of file Interpolators.h. |
|
|||||
|
Definition at line 299 of file Interpolators.h. |
|
|||||
|
Definition at line 301 of file Interpolators.h. |
|
|||||
|
Definition at line 303 of file Interpolators.h. |
1.3.9.1