Home | History | Annotate | Download | only in mosaic

Lines Matching defs:PyramidShort

29 class PyramidShort
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
42 static void createPyramid(ImageType image, PyramidShort *pyramid, int last = 3 );
43 static void freeImage(PyramidShort *image);
47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
48 static void BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, int mode);
49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode);
50 static int BorderReduce(PyramidShort *pyr, int nlev);
51 static void BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr);