Definition in file vil3d_plane.h.
#include <vil3d/vil3d_image_view.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Functions | |
| template<class T> | |
| vil3d_image_view< T > | vil3d_planes (const vil3d_image_view< T > &im, unsigned first, int skip, unsigned n) |
| Return a view of a selection of im's planes. | |
| vil3d_image_view<T> vil3d_planes | ( | const vil3d_image_view< T > & | im, | |
| unsigned | first, | |||
| int | skip, | |||
| unsigned | n | |||
| ) | [inline] |
Return a view of a selection of im's planes.
You can select any equally-spaced sequence of planes.
| first | The index of the first plane you want to select. | |
| skip | The spacing in your selection - will be 1 for adjacent planes. | |
| n | The total number of planes in your selection. O(1). |
Definition at line 36 of file vil3d_plane.h.
1.5.1