Searched defs:Mosaic (Results 1 - 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp18 // Mosaic.pp
21 // $Id: Mosaic.cpp,v 1.20 2011/06/24 04:22:14 mbansal Exp $
26 #include "Mosaic.h"
32 Mosaic::Mosaic() function in class:Mosaic
40 Mosaic::~Mosaic()
56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
119 int Mosaic::addFrameRGB(ImageType imageRGB)
129 int Mosaic
[all...]
H A DMosaic.h18 // Mosaic.h
21 // $Id: Mosaic.h,v 1.16 2011/06/24 04:22:14 mbansal Exp $
31 /*! \mainpage Mosaic
34 The class Mosaic provides a simple interface to the panoramic mosaicing algorithm. The class allows passing in individual image frames to be stitched together, computes the alignment transformation between them, and then stitches and blends them together into a single panoramic output which can then be accessed as a single image. \
40 Mosaic mosaic;
77 class Mosaic class
82 Mosaic();
83 ~Mosaic();
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp18 // Mosaic.pp
21 // $Id: Mosaic.cpp,v 1.20 2011/06/24 04:22:14 mbansal Exp $
26 #include "Mosaic.h"
32 Mosaic::Mosaic() function in class:Mosaic
40 Mosaic::~Mosaic()
60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
124 int Mosaic::addFrameRGB(ImageType imageRGB)
142 int Mosaic
[all...]
H A DMosaic.h18 // Mosaic.h
21 // $Id: Mosaic.h,v 1.16 2011/06/24 04:22:14 mbansal Exp $
31 /*! \mainpage Mosaic
34 The class Mosaic provides a simple interface to the panoramic mosaicing algorithm. The class allows passing in individual image frames to be stitched together, computes the alignment transformation between them, and then stitches and blends them together into a single panoramic output which can then be accessed as a single image. \
40 Mosaic mosaic;
77 class Mosaic class
82 Mosaic();
83 ~Mosaic();
185 * Implicitly created frames, should be freed by Mosaic.
/packages/apps/Camera/src/com/android/camera/
H A DMosaic.java24 * Mosaic mosaic = new Mosaic();
36 public class Mosaic { class
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaic.java24 * Mosaic mosaic = new Mosaic();
36 public class Mosaic { class

Completed in 207 milliseconds