DGtal
0.9.2
|
#include <DGtal/io/writers/GenericWriter.h>
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((concepts::CConstImage< TContainer >)) | |
Static Public Member Functions | |
static bool | exportFile (const std::string &filename, const TContainer &anImage, const HueShadeColorMap< TValue > &aFunctor) throw (DGtal::IOException) |
GenericWriter Template partial specialisation for images of dimension 2 and Functor returning a Color object
Definition at line 207 of file GenericWriter.h.
DGtal::GenericWriter< TContainer, 2, TValue, HueShadeColorMap< TValue > >::BOOST_CONCEPT_ASSERT | ( | (concepts::CConstImage< TContainer >) | ) |
|
static |
Export the 2D image file.
filename | the filename of the saved image (with a extension name). |
anImage | the image to be saved. |
aFunctor | to apply image transformation before saving: transform scalar value to Color by using HueShadeColorMap. Export image with specific scalar->Color functor: . |