Go to the source code of this file.
Classes | |
| class | vil_transpose_image_resource |
| A generic_image adaptor that behaves like a transposed version of its input. More... | |
Functions | |
| template<class T > | |
| vil_image_view< T > | vil_transpose (const vil_image_view< T > &v) |
| Create a view which appears as the transpose of this view. | |
| vil_image_resource_sptr | vil_transpose (const vil_image_resource_sptr &src) |
| Transpose an image. | |
Definition in file vil_transpose.h.
| vil_image_view< T > vil_transpose | ( | const vil_image_view< T > & | v | ) | [inline] |
Create a view which appears as the transpose of this view.
i.e. transpose(i,j,p) = view(j,i,p). O(1).
Definition at line 19 of file vil_transpose.h.
| vil_image_resource_sptr vil_transpose | ( | const vil_image_resource_sptr & | src | ) |
Transpose an image.
Definition at line 17 of file vil_transpose.cxx.
1.7.5.1