#include "klt_util.h"
Go to the source code of this file.
Classes | |
| struct | _KLT_PyramidRec |
Typedefs | |
| typedef struct _KLT_PyramidRec * | _KLT_Pyramid |
Functions | |
| _KLT_Pyramid | _KLTCreatePyramid (int ncols, int nrows, int subsampling, int nlevels) |
| void | _KLTComputePyramid (_KLT_FloatImage floatimg, _KLT_Pyramid pyramid, float sigma_fact) |
| void | _KLTFreePyramid (_KLT_Pyramid pyramid) |
| typedef struct _KLT_PyramidRec * _KLT_Pyramid |
| void _KLTComputePyramid | ( | _KLT_FloatImage | floatimg, | |
| _KLT_Pyramid | pyramid, | |||
| float | sigma_fact | |||
| ) |
| _KLT_Pyramid _KLTCreatePyramid | ( | int | ncols, | |
| int | nrows, | |||
| int | subsampling, | |||
| int | nlevels | |||
| ) |
| void _KLTFreePyramid | ( | _KLT_Pyramid | pyramid | ) |
1.5.1