image format related collection of little helper functions
More...
#include <ImageTools.hh>
|
template<typename DataType > |
static void | layeredToVectorial (const blitz::Array< DataType, 3 > &layered, blitz::Array< blitz::TinyVector< DataType, 3 >, 2 > &vectorial) |
|
template<typename DataType > |
static void | vectorialToLayered (const blitz::Array< blitz::TinyVector< DataType, 3 >, 2 > &vectorial, blitz::Array< DataType, 3 > &layered) |
|
image format related collection of little helper functions
Definition at line 44 of file ImageTools.hh.
◆ layeredToVectorial()
template<typename DataType >
static void ImageTools::layeredToVectorial |
( |
const blitz::Array< DataType, 3 > & |
layered, |
|
|
blitz::Array< blitz::TinyVector< DataType, 3 >, 2 > & |
vectorial |
|
) |
| |
|
static |
◆ vectorialToLayered()
template<typename DataType >
static void ImageTools::vectorialToLayered |
( |
const blitz::Array< blitz::TinyVector< DataType, 3 >, 2 > & |
vectorial, |
|
|
blitz::Array< DataType, 3 > & |
layered |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: