24#ifndef _WXIMAGECACHE_H
25#define _WXIMAGECACHE_H
This is a cache for all the images we use.
std::shared_ptr< vigra::FRGBImage > ImageCacheRGBFloatPtr
std::shared_ptr< vigra::BRGBImage > ImageCacheRGB8Ptr
use reference counted pointers
std::shared_ptr< vigra::BImage > ImageCache8Ptr
std::shared_ptr< vigra::UInt16RGBImage > ImageCacheRGB16Ptr
std::shared_ptr< vigra::ImageImportInfo::ICCProfile > ImageCacheICCProfile
std::shared_ptr< Entry > EntryPtr
a shared pointer to the entry
class to cache remapped images, loaded from the hugin small image cache.
include file for the hugin project
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
HuginBase::ImageCache::ImageCacheRGBFloatPtr ImageCacheRGBFloatPtr
WXIMPEX wxImage imageCacheEntry2wxImage(ImageCache::EntryPtr e)
HuginBase::ImageCache::ImageCacheICCProfile ImageCacheICCProfile
HuginBase::ImageCache::ImageCache8Ptr ImageCache8Ptr
HuginBase::ImageCache::ImageCacheRGB8Ptr ImageCacheRGB8Ptr
HuginBase::ImageCache::ImageCacheRGB16Ptr ImageCacheRGB16Ptr