Go to the source code of this file.
Functions | |
| template<class T > | |
| vil3d_image_view< T > | vil3d_plane (const vil3d_image_view< T > &im, unsigned p) |
| Return a view of im's plane p. | |
| 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. | |
Definition in file vil3d_plane.h.
| vil3d_image_view< T > vil3d_plane | ( | const vil3d_image_view< T > & | im, |
| unsigned | p | ||
| ) | [inline] |
| 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.7.5.1