Fills border pixels of image with given value. More...
#include <vil3d/vil3d_crop.h>
Go to the source code of this file.
Functions | |
template<class T > | |
void | vil3d_fill_border (vil3d_image_view< T > &im, unsigned bi, unsigned bj, unsigned bk, T value) |
Fills border pixels of image with given value. |
Fills border pixels of image with given value.
Definition in file vil3d_fill_border.h.
void vil3d_fill_border | ( | vil3d_image_view< T > & | im, |
unsigned | bi, | ||
unsigned | bj, | ||
unsigned | bk, | ||
T | value | ||
) | [inline] |
Fills border pixels of image with given value.
Definition at line 13 of file vil3d_fill_border.h.