core/vil/vil_flatten.h File Reference


Detailed Description

Author:
Ian Scott.

Definition in file vil_flatten.h.

#include <vil/vil_image_view.h>
#include <vil/vil_crop.h>
#include <vil/vil_plane.h>

Go to the source code of this file.


Functions

template<class T>
vil_image_view< T > vil_flatten_planes (const vil_image_view< T > &im)
 Rearrange multiple planes into a multiple tiles of a single-plane image.

Function Documentation

template<class T>
vil_image_view<T> vil_flatten_planes ( const vil_image_view< T > &  im  )  [inline]

Rearrange multiple planes into a multiple tiles of a single-plane image.

A ni x nj x nplanes images will be arranged into an ni x (nj*nplanes) x 1 image. A view transformation will be used if possible.

Definition at line 17 of file vil_flatten.h.


Generated on Fri Aug 29 05:07:44 2008 for core/vil by  doxygen 1.5.1