25 #ifndef DIGIKAM_LENS_DISTORTION_PIXEL_ACCESS_H
26 #define DIGIKAM_LENS_DISTORTION_PIXEL_ACCESS_H
28 #define LensDistortionPixelAccessRegions 20
29 #define LensDistortionPixelAccessWidth 40
30 #define LensDistortionPixelAccessHeight 20
31 #define LensDistortionPixelAccessXOffset 3
32 #define LensDistortionPixelAccessYOffset 3
64 void pixelAccessGetCubic(
double srcX,
double srcY,
double brighten, uchar* dst);
68 inline uchar* pixelAccessAddress(
int i,
int j);
69 void pixelAccessSelectRegion(
int n);
70 void pixelAccessDoEdge(
int i,
int j);
71 void pixelAccessReposition(
int xInt,
int yInt);
72 void cubicInterpolate(uchar* src,
int rowStride, uchar* dst,
73 bool sixteenBit,
double dx,
double dy,
double brighten);
Definition: lensdistortionpixelaccess.h:57
#define LensDistortionPixelAccessRegions
Definition: lensdistortionpixelaccess.h:28
Definition: datefolderview.cpp:43