Go to the source code of this file.
|
| 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) |
| |