#include <iostream>
#include <highgui.h>
#include "pyrimage.h"
Go to the source code of this file.
Functions | |
static void | bicub_interp3f (float u, float v, float C1[4][4], float C2[4][4], float C3[4][4], double cgret[3]) |
static void | bicub_interp3f_grad (float u, float v, float C1[4][4], float C2[4][4], float C3[4][4], double color[3], float *grad) |
static CvScalar | cvBicubicSample (IplImage *im, float x, float y, float *grad=0) |
static void bicub_interp3f | ( | float | u, | |
float | v, | |||
float | C1[4][4], | |||
float | C2[4][4], | |||
float | C3[4][4], | |||
double | cgret[3] | |||
) | [inline, static] |
static void bicub_interp3f_grad | ( | float | u, | |
float | v, | |||
float | C1[4][4], | |||
float | C2[4][4], | |||
float | C3[4][4], | |||
double | color[3], | |||
float * | grad | |||
) | [static] |
static CvScalar cvBicubicSample | ( | IplImage * | im, | |
float | x, | |||
float | y, | |||
float * | grad = 0 | |||
) | [static] |
Definition at line 351 of file pyrimage.cpp.
References bicub_interp3f(), and bicub_interp3f_grad().
Referenced by PyrImage::bicubicSample().