|
TuttleOFX
1
|
#include "blend.hpp"

Go to the source code of this file.
Functions | |
| template<typename view_t , typename value_type_t > | |
| void | wuline (const view_t &view, const value_type_t &pixel, int X0, int Y0, int X1, int Y1, int NumLevels=256, int IntensityBits=8) |
| void wuline | ( | const view_t & | view, |
| const value_type_t & | pixel, | ||
| int | X0, | ||
| int | Y0, | ||
| int | X1, | ||
| int | Y1, | ||
| int | NumLevels = 256, |
||
| int | IntensityBits = 8 |
||
| ) | [inline] |
Definition at line 11 of file wuline.hpp.
References terry::algorithm::static_for_each(), and boost::gil::view().
Referenced by test1::operator()().
