81 const std::string& tmpName=
"./tmp_image.ppm",
82 long msec_to_rm_call=1000);
100 const std::string &showCommand=
"icl-xv -input %s -delete",
101 long msec_to_rm_call=0,
102 const std::string &rmCommand=
"");
105 static core::Img8u *internalCreate(
const std::string &name);
ICLIO_API core::ImgBase * createImage_cameraman()
shortcurt function to create the famous "cameraman"-image
undocument this line if you encounter any issues!
Definition: Any.h:37
ICLQt_API core::Img< T > create(const std::string &name, core::format fmt=icl::core::formatRGB)
create a test image (converted to destination core::format) (affinity for floats)
ICLIO_API core::ImgBase * createImage_mandril()
shortcurt function to create the "mandril"-image
ICLIO_API core::ImgBase * createImage_flowers()
shortcurt function to create the "flowers"-image
ICLIO_API core::ImgBase * createImage_windows()
shortcurt function to create the "windows"-image
format
determines the color-format, that is associated with the images channels
Definition: Types.h:70
#define ICLIO_API
Definition: CompatMacros.h:176
ICLIO_API core::ImgBase * createImage_macaw()
shortcurt function to create the "macaw"-image
Size class of the ICL.
Definition: Size.h:61
depth
determines the pixel type of an image (8Bit-int or 32Bit-float)
Definition: Types.h:60
ICLIO_API core::ImgBase * createImage_lena()
shortcurt function to create the famous "lena"-image
Utility class for creating test images.
Definition: TestImages.h:40
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
ICLQt_API void show(const icl::core::ImgBase &image)
shows an image using TestImages::show