Functions
contrib/mul/vil3d/algo/vil3d_fill_border.h File Reference

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.

Detailed Description

Fills border pixels of image with given value.

Author:
Tim Cootes

Definition in file vil3d_fill_border.h.


Function Documentation

template<class T >
void vil3d_fill_border ( vil3d_image_view< T > &  im,
unsigned  bi,
unsigned  bj,
unsigned  bk,
value 
) [inline]

Fills border pixels of image with given value.

Definition at line 13 of file vil3d_fill_border.h.