Go to the source code of this file.
|
| til |
| Belongs to package Box Do not include directly, include til/Box.h instead.
|
|
|
template<class TImage1 , class TImage2 , class PixelTest , class PixelAction1 , class PixelAction2 > |
void | til::if_then_else_old (const TImage1 &in, TImage2 &out, const PixelTest &test, PixelAction1 &actionIf, PixelAction2 &actionElse) |
|
template<class TImage , class PixelTest , class PixelAction1 , class PixelAction2 > |
void | til::if_then_else_old (TImage &im, const PixelTest &test, PixelAction1 &actionIf, PixelAction2 &actionElse) |
|
template<class TImage1 , class TImage2 , class PixelTest , class PixelAction > |
void | til::if_then (const TImage1 &in, TImage2 &out, const PixelTest &test, PixelAction &action) |
|
template<class TImage , class PixelTest , class PixelAction > |
void | til::if_then (TImage &im, const PixelTest &test, PixelAction &action) |
|
template<class TImage , class PixelTest , class PixelAction > |
void | til::if_then_inInterior (TImage &im, const PixelTest &test, PixelAction &action) |
|