Searched refs:Mosaic (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
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();
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...]
/packages/apps/Camera/src/com/android/camera/panorama/
H A DMosaic.java24 * Mosaic mosaic = new Mosaic();
36 public class Mosaic { class
H A DMosaicFrameProcessor.java36 private Mosaic mMosaicer;
73 mMosaicer = new Mosaic();
89 setStripType(Mosaic.STRIPTYPE_WIDE);
H A DPanoramaActivity.java86 public static final int DEFAULT_BLEND_MODE = Mosaic.BLENDTYPE_HORIZONTAL;
1025 if (mosaicReturnCode == Mosaic.MOSAIC_RET_CANCELLED) {
1027 } else if (mosaicReturnCode == Mosaic.MOSAIC_RET_ERROR) {
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp29 #include "mosaic/Mosaic.h"
49 Mosaic *mosaic[NR] = {NULL,NULL};
98 mosaic[mID] = new Mosaic();
383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
541 ret = Mosaic::MOSAIC_RET_CANCELLED;
H A DAndroid.mk22 feature_mos/src/mosaic/Mosaic.cpp \

Completed in 364 milliseconds