Apply the functor at every pixel. More...
#include <bbgm_apply.h>
Static Public Member Functions | |
| static void | apply (const bbgm_image_of< dist_ > &dimg, const functor_ &functor, const vil_image_view< dT > &data, vil_image_view< rT > &result, const rT *fail_val=0) |
Apply the functor at every pixel.
| fail_val | sets the value of pixels where the functor fails |
Definition at line 125 of file bbgm_apply.h.
| static void bbgm_apply_data< dist_, functor_, dT, rT, single_ >::apply | ( | const bbgm_image_of< dist_ > & | dimg, |
| const functor_ & | functor, | ||
| const vil_image_view< dT > & | data, | ||
| vil_image_view< rT > & | result, | ||
| const rT * | fail_val = 0 |
||
| ) | [inline, static] |
Definition at line 127 of file bbgm_apply.h.
1.7.5.1