32 #include "DGtal/base/Common.h" 33 #include "ConfigTest.h" 34 #include "DGtalCatch.h" 35 #include "DGtal/helpers/StdDefs.h" 36 #include "DGtal/io/writers/MagickWriter.h" 37 #include "DGtal/images/ImageContainerBySTLVector.h" 38 #include "DGtal/io/colormaps/HueShadeColorMap.h" 42 using namespace DGtal;
55 for(
auto p: image.domain())
62 SECTION(
"Testing feature io/writers/ of MagickWriter")
Aim: implements association bewteen points lying in a digital domain and values.
Aim: This class template may be used to (linearly) convert scalar values in a given range into a colo...
REQUIRE(domain.isInside(aPoint))
TEST_CASE("Testing MagickWriter")
DGtal is the top-level namespace which contains all DGtal functions and types.
ImageContainerBySTLVector< Domain, Value > Image
SECTION("Testing constant forward iterators")
Aim: Export image using Imagemagick backend.