aimstil  5.0.5
til::MirrorExtrapolator Class Reference

Extrapolation using (thin) mirror symmetry. More...

#include <til/ImageExtrapolator.h>

Inheritance diagram for til::MirrorExtrapolator:
Collaboration diagram for til::MirrorExtrapolator:

Public Types

typedef MirrorExtrapolator Self
 

Public Member Functions

 TIL_EXTRAPOL_FUNC (im, pos)
 

Detailed Description

Extrapolation using (thin) mirror symmetry.

The thin means, the value at the boundary is not repeated, i.e. the value at position -1 is equal to the value at position 1, not 0.

Definition at line 129 of file ImageExtrapolator.h.

Member Typedef Documentation

◆ Self

Member Function Documentation

◆ TIL_EXTRAPOL_FUNC()

til::MirrorExtrapolator::TIL_EXTRAPOL_FUNC ( im  ,
pos   
)
inline

Definition at line 137 of file ImageExtrapolator.h.

References til::abs().


The documentation for this class was generated from the following file: