#include <vil_border.h>
It acts like a proxy to the underlying image, transparently providing border pixel values if required.
Definition at line 121 of file vil_border.h.
Public Types | |
| typedef imT::pixel_type | pixel_type |
Public Member Functions | |
| vil_border_accessor (const imT &im, const vil_border< imT > &border) | |
| Constructor. | |
| const pixel_type & | operator() (int i, int j, int p=0) const |
| Returns a const reference on the pixel (i,j,p). | |
Private Attributes | |
| const imT & | im |
| vil_border< imT > | border |
|
|||||
|
Definition at line 124 of file vil_border.h. |
|
||||||||||||||||
|
Constructor.
Definition at line 128 of file vil_border.h. |
|
||||||||||||||||||||
|
Returns a const reference on the pixel (i,j,p). If the pixel falls out of the image range, a border value is returned. Definition at line 135 of file vil_border.h. |
|
|||||
|
Definition at line 140 of file vil_border.h. |
|
|||||
|
Definition at line 139 of file vil_border.h. |
1.4.4