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. |
Definition in file vil_flatten.h.
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 18 of file vil_flatten.h.