[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
Wrap a \ref vigra::MultiArrayView in | ![]() |
---|
Functions | |
template<class T> BasicImageView< T > | makeBasicImageView (MultiArrayView< 2, T, UnstridedArrayTag > const &array) |
template<class T> BasicImageView< T > | makeBasicImageView (MultiArray< 3, T > const &array) |
template<class T> BasicImageView< RGBValue< T > > | makeRGBImageView (MultiArray< 3, T > const &array) |
Detailed Description |
|
Create a vigra::BasicImageView from a 3-dimensional vigra::MultiArray.
This wrapper flattens the two innermost dimensions of the array into single rows of the resulting image. The vigra::BasicImageView will have the same |
|
Create a vigra::BasicImageView from an unstrided 2-dimensional vigra::MultiArrayView.
The vigra::BasicImageView will have the same |
|
Create a vigra::BasicImageView from a 3-dimensional vigra::MultiArray.
This wrapper only works if |
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|