contrib/mul/vil3d/vil3d_plane.h File Reference


Detailed Description

Author:
Tim Cootes.

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.

Function Documentation

template<class T>
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.

Parameters:
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.


Generated on Mon Nov 23 05:15:08 2009 for contrib/mul/vil3d by  doxygen 1.5.1