|
static ImageInterfaceTypePtr | factory (std::size_t width, std::size_t height) |
|
static std::size_t | width (const ImageInterfaceTypePtr &image) |
|
static std::size_t | height (const ImageInterfaceTypePtr &image) |
|
static
ImageInterfaceType::PixelType & | at (ImageInterfaceTypePtr &image, std::size_t x, std::size_t y) |
|
static
ImageInterfaceType::PixelType | at (const ImageInterfaceTypePtr &image, std::size_t x, std::size_t y) |
|
static iterator | begin (const ImageInterfaceTypePtr &image) |
|
static iterator | end (const ImageInterfaceTypePtr &image) |
|
static void | addImageToImage (ImageInterfaceTypePtr &target_image, const ImageInterfaceTypePtr &source_image, double scale_factor, double x, double y) |
|
static double | getClamped (const ImageInterfaceTypePtr &image, int x, int y) |
|
static void | shiftResize (const ImageInterfaceTypePtr &source, ImageInterfaceTypePtr &window, double scale_factor, double x_shift, double y_shift) |
|
static void | shiftResizeLancszos (const ImageInterfaceTypePtr &source, ImageInterfaceTypePtr &window, double scale_factor, double x_shift, double y_shift) |
|
template<>
struct ModelFitting::ImageTraits< ImageInterfaceTypePtr >
Definition at line 223 of file ImageInterfaceTraits.h.