Classes | Functions
core/vil/vil_transpose.h File Reference
#include <vil/vil_image_resource.h>
#include <vil/vil_image_view.h>

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.

Detailed Description

Author:
Ian Scott.

Definition in file vil_transpose.h.


Function Documentation

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