SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Typedefs | Functions
ImageInterfaceTraits.cpp File Reference
#include <iostream>
#include "SEImplementation/Image/ImageInterfaceTraits.h"
Include dependency graph for ImageInterfaceTraits.cpp:

Go to the source code of this file.

Namespaces

 SourceXtractor
 
 ModelFitting
 

Typedefs

using SourceXtractor::Traits = ModelFitting::ImageTraits< ImageInterfaceTypePtr >
 

Functions

void SourceXtractor::make_kernel (float pos, float *kernel, interpenum interptype)
 
float SourceXtractor::interpolate_pix (float *pix, float x, float y, int xsize, int ysize, interpenum interptype)
 
double SourceXtractor::getClamped (const ImageInterfaceTypePtr &image, int x, int y)
 
void SourceXtractor::shiftResize (const ImageInterfaceTypePtr &source, ImageInterfaceTypePtr &window, double scale_factor, double x_shift, double y_shift)
 
void SourceXtractor::shiftResizeLancszos (const ImageInterfaceTypePtr &source, ImageInterfaceTypePtr &window, double scale_factor, double x_shift, double y_shift)
 
void SourceXtractor::shiftResizeLancszosFast (const ImageInterfaceTypePtr &source, ImageInterfaceTypePtr &window, double scale_factor, double x_shift, double y_shift)